Revision: 3710
http://skim-app.svn.sourceforge.net/skim-app/?rev=3710&view=rev
Author: hofman
Date: 2008-04-11 05:47:57 -0700 (Fri, 11 Apr 2008)
Log Message:
-----------
fix tool tips of segments of some toolbar buttons.
Modified Paths:
--------------
trunk/SKMainWindowController_Toolbar.m
Modified: trunk/SKMainWindowController_Toolbar.m
===================================================================
--- trunk/SKMainWindowController_Toolbar.m 2008-04-11 12:26:19 UTC (rev
3709)
+++ trunk/SKMainWindowController_Toolbar.m 2008-04-11 12:47:57 UTC (rev
3710)
@@ -157,8 +157,8 @@
item = [[SKToolbarItem alloc]
initWithItemIdentifier:SKDocumentToolbarPreviousNextItemIdentifier];
[item setLabels:NSLocalizedString(@"Previous/Next", @"Toolbar item
label")];
[item setToolTip:NSLocalizedString(@"Previous/Next", @"Tool tip message")];
- [[backForwardButton cell] setToolTip:NSLocalizedString(@"Go To Previous
Page", @"Tool tip message") forSegment:0];
- [[backForwardButton cell] setToolTip:NSLocalizedString(@"Go To Next Page",
@"Tool tip message") forSegment:1];
+ [[previousNextPageButton cell] setToolTip:NSLocalizedString(@"Go To
Previous Page", @"Tool tip message") forSegment:0];
+ [[previousNextPageButton cell] setToolTip:NSLocalizedString(@"Go To Next
Page", @"Tool tip message") forSegment:1];
[previousNextPageButton makeCapsule];
[item setViewWithSizes:previousNextPageButton];
[item setMenuFormRepresentation:menuItem];
@@ -218,8 +218,8 @@
[item setToolTip:NSLocalizedString(@"Go To First, Previous, Next or Last
Page", @"Tool tip message")];
[[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To First page", @"Tool tip message") forSegment:0];
[[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To Previous Page", @"Tool tip message") forSegment:1];
- [[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To Next Page", @"Tool tip message") forSegment:0];
- [[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To Last page", @"Tool tip message") forSegment:1];
+ [[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To Next Page", @"Tool tip message") forSegment:2];
+ [[previousNextFirstLastPageButton cell] setToolTip:NSLocalizedString(@"Go
To Last page", @"Tool tip message") forSegment:3];
[previousNextFirstLastPageButton makeCapsule];
[item setViewWithSizes:previousNextFirstLastPageButton];
[item setMenuFormRepresentation:menuItem];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit