Changeset 13298 for trunk/macosx/InfoFileViewController.m
- Timestamp:
- May 14, 2012, 12:27:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoFileViewController.m
r13297 r13298 65 65 [fUncheckAllButton setTitle: NSLocalizedString(@"None", "inspector -> check all")]; 66 66 67 CGRect checkAllFrame = [fCheckAllButton frame];68 CGRect uncheckAllFrame = [fUncheckAllButton frame];67 NSRect checkAllFrame = [fCheckAllButton frame]; 68 NSRect uncheckAllFrame = [fUncheckAllButton frame]; 69 69 const CGFloat oldAllWidth = checkAllFrame.size.width; 70 70 const CGFloat oldNoneWidth = uncheckAllFrame.size.width;
Note: See TracChangeset
for help on using the changeset viewer.