Revision: 3742
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3742&view=rev
Author:   hofman
Date:     2008-04-17 06:09:36 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
Use string constants.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2008-04-17 13:01:40 UTC (rev 3741)
+++ trunk/SKMainWindowController.m      2008-04-17 13:09:36 UTC (rev 3742)
@@ -4153,7 +4153,7 @@
 
 - (void)autoSizeNoteRows:(id)sender {
     float rowHeight = [noteOutlineView rowHeight];
-    NSTableColumn *tableColumn = [noteOutlineView 
tableColumnWithIdentifier:@"note"];
+    NSTableColumn *tableColumn = [noteOutlineView 
tableColumnWithIdentifier:SKMainWindowNoteColumnIdentifer];
     id cell = [tableColumn dataCell];
     float indentation = [noteOutlineView indentationPerLevel];
     float width = NSWidth([cell drawingRectForBounds:NSMakeRect(0.0, 0.0, 
[tableColumn width] - indentation, rowHeight)]);


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

Reply via email to