Sort the Sort menu items on launch, since the main menu is now localized through a strings file.

This commit is contained in:
Mitchell Livingston
2012-01-30 00:14:43 +00:00
parent 021a5740e2
commit f7cab515f4
3 changed files with 34 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ typedef enum
IBOutlet NSMenuItem * fNextInfoTabItem, * fPrevInfoTabItem;
IBOutlet NSMenu * fSortMenu;
IBOutlet NSMenu * fActionMenu;
IBOutlet NSMenu * fUploadMenu, * fDownloadMenu;