aboutsummaryrefslogtreecommitdiffstats
path: root/Word Count/en.lproj/MainMenu.xib
AgeCommit message (Collapse)Author
2018-10-08MainMenu.xib: Make filename label the width of the windowTeddy Wing
Otherwise names that were larger than "No File" would be cut off.
2018-10-08MainMenu.xib: Change filename label to "No File"Teddy Wing
Makes it clear that the application wasn't able to find a file to read from.
2018-10-08MainMenu.xib: Remove non-essentials from menu barTeddy Wing
2018-10-08MainMenu.xib: Remove Auto LayoutTeddy Wing
Fix this error: error: Auto Layout before OS X 10.7 by un-checking the "Use Auto Layout" check box in Interface Builder.
2018-10-08Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7Teddy Wing
I accidentally deleted the nib file when disabling internationalisation. When prompted, I had selected the "Move to Trash" option instead of the "Move to English" option, thinking that the non-defined files would get moved and the English one would remain. Not so. This restores the nib file.