Revision: 3358
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3358&view=rev
Author:   hofman
Date:     2008-01-08 16:27:52 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------
Fix typo in last commit.

Modified Paths:
--------------
    trunk/SKSecondaryPDFView.m

Modified: trunk/SKSecondaryPDFView.m
===================================================================
--- trunk/SKSecondaryPDFView.m  2008-01-09 00:25:51 UTC (rev 3357)
+++ trunk/SKSecondaryPDFView.m  2008-01-09 00:27:52 UTC (rev 3358)
@@ -173,7 +173,7 @@
         
         // fill it
         for (cnt = 0; cnt < numberOfDefaultItems; cnt++) {
-            label = [[NSBundle mainBundle] 
localizedStringForKey:BDSKDefaultScaleMenuLabels[cnt] value:@"" 
table:@"ZoomValues"];
+            label = [[NSBundle mainBundle] 
localizedStringForKey:SKDefaultScaleMenuLabels[cnt] value:@"" 
table:@"ZoomValues"];
             width = NSWidth([label boundingRectWithSize:size options:0 
attributes:attrs]);
             if (width > maxWidth) {
                 maxWidth = width;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to