Changeset 7500
- Timestamp:
- Dec 24, 2008, 10:17:58 PM (12 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/GroupsPrefsController.h
r7493 r7500 43 43 IBOutlet NSWindow * fGroupRulesSheetWindow; 44 44 IBOutlet NSPredicateEditor * fRuleEditor; 45 IBOutlet NSButton * fRulesSheetOKButton, * fRulesSheetCancelButton;46 45 } 47 46 -
trunk/macosx/GroupsPrefsController.m
r7493 r7500 54 54 } 55 55 56 [fRulesSheetOKButton setStringValue: NSLocalizedString(@"OK", "Groups -> rule editor -> button")];57 [fRulesSheetCancelButton setStringValue: NSLocalizedString(@"Cancel", "Groups -> rule editor -> button")];58 59 56 [fSelectedColorView addObserver: self forKeyPath: @"color" options: 0 context: NULL]; 60 57 -
trunk/macosx/en.lproj/GroupRules.xib
r7499 r7500 963 963 </object> 964 964 </object> 965 <object class="NSMutableDictionary" id=" 676392949">965 <object class="NSMutableDictionary" id="819542565"> 966 966 <bool key="EncodedWithXMLCoder">YES</bool> 967 967 <object class="NSMutableArray" key="dict.sortedKeys"> … … 1089 1089 <reference ref="702563683"/> 1090 1090 <reference ref="839112200"/> 1091 <reference ref=" 676392949"/>1091 <reference ref="819542565"/> 1092 1092 </object> 1093 1093 <object class="NSMutableArray"> … … 1198 1198 <object class="IBConnectionRecord"> 1199 1199 <object class="IBOutletConnection" key="connection"> 1200 <string key="label">fRulesSheetCancelButton</string>1201 <reference key="source" ref="1001"/>1202 <reference key="destination" ref="929052796"/>1203 </object>1204 <int key="connectionID">20</int>1205 </object>1206 <object class="IBConnectionRecord">1207 <object class="IBOutletConnection" key="connection">1208 <string key="label">fRulesSheetOKButton</string>1209 <reference key="source" ref="1001"/>1210 <reference key="destination" ref="1048345917"/>1211 </object>1212 <int key="connectionID">21</int>1213 </object>1214 <object class="IBConnectionRecord">1215 <object class="IBOutletConnection" key="connection">1216 1200 <string key="label">fRuleEditor</string> 1217 1201 <reference key="source" ref="1001"/> … … 1635 1619 <string>fGroupRulesSheetWindow</string> 1636 1620 <string>fRuleEditor</string> 1637 <string>fRulesSheetCancelButton</string>1638 <string>fRulesSheetOKButton</string>1639 1621 <string>fSelectedColorNameField</string> 1640 1622 <string>fSelectedColorView</string> … … 1651 1633 <string>NSWindow</string> 1652 1634 <string>NSPredicateEditor</string> 1653 <string>NSButton</string>1654 <string>NSButton</string>1655 1635 <string>NSTextField</string> 1656 1636 <string>NSColorWell</string>
Note: See TracChangeset
for help on using the changeset viewer.