diff --git a/Application/AppController.m b/Application/AppController.m
index 6354400eb..0fa86b1ad 100644
--- a/Application/AppController.m
+++ b/Application/AppController.m
@@ -217,12 +217,15 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
- (void)awakeFromNib
{
+ [mainWindow setExcludedFromWindowsMenu:YES];
+
[playButton setToolTip:NSLocalizedString(@"PlayButtonTooltip", @"")];
[prevButton setToolTip:NSLocalizedString(@"PrevButtonTooltip", @"")];
[nextButton setToolTip:NSLocalizedString(@"NextButtonTooltip", @"")];
[infoButton setToolTip:NSLocalizedString(@"InfoButtonTooltip", @"")];
[shuffleButton setToolTip:NSLocalizedString(@"ShuffleButtonTooltip", @"")];
[repeatButton setToolTip:NSLocalizedString(@"RepeatButtonTooltip", @"")];
+ [fileButton setToolTip:NSLocalizedString(@"FileButtonTooltip", @"")];
[self initShowColumn: showIndexColumn withIdentifier: @"index"];
[self initShowColumn: showTitleColumn withIdentifier: @"title"];
diff --git a/English.lproj/Localizable.strings b/English.lproj/Localizable.strings
index 697ad9bbd..b6fdfb86a 100644
--- a/English.lproj/Localizable.strings
+++ b/English.lproj/Localizable.strings
@@ -3,11 +3,6 @@
"FeedbackSuccessMessageText" = "Success";
"FeedbackSuccessInformativeText" = "Feedback successfully sent!";
-"CheckingForUpdate" = "Checking for update…";
-"UpdateAvailable" = "Update available!";
-"UpdateNotFound" = "No updates available.";
-"UpdateError" = "Error connecting to update server.";
-
"PlayButtonTooltip" = "Play";
"StopButtonTooltip" = "Stop";
"PrevButtonTooltip" = "Previous";
@@ -21,3 +16,4 @@
"InfoButtonTooltip" = "Information on the selected file";
"ShuffleButtonTooltip" = "Shuffle mode";
"RepeatButtonTooltip" = "Repeat mode";
+"FileButtonTooltip" = "File drawer";
diff --git a/English.lproj/MainMenu.nib/info.nib b/English.lproj/MainMenu.nib/info.nib
index 87d7adb92..b39388823 100644
--- a/English.lproj/MainMenu.nib/info.nib
+++ b/English.lproj/MainMenu.nib/info.nib
@@ -7,17 +7,17 @@
IBEditorPositions
1063
- 650 960 136 68 0 0 1680 1028
+ 374 678 136 68 0 0 1024 746
1156
- 719 529 241 366 0 0 1680 1028
+ 391 336 241 366 0 0 1024 746
1324
- 787 658 137 182 0 0 1680 1028
+ 452 439 137 182 0 0 1024 746
29
- -2 976 383 44 0 0 1680 1028
+ -2 696 383 44 0 0 1024 746
463
- 669 640 341 145 0 0 1680 1028
+ 341 447 341 145 0 0 1024 746
513
- 354 834 125 137 0 0 1680 1028
+ 205 570 125 137 0 0 1024 746
IBFramework Version
446.1
@@ -34,16 +34,16 @@
4
IBOpenObjects
- 29
- 513
- 21
- 463
- 1063
268
1156
1324
+ 29
+ 21
+ 513
+ 463
+ 1063
IBSystem Version
- 8P2137
+ 8P135
diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib
index 0ad682ffb..76c623034 100644
Binary files a/English.lproj/MainMenu.nib/keyedobjects.nib and b/English.lproj/MainMenu.nib/keyedobjects.nib differ
diff --git a/Localizations/English/MainProgram.strings b/Localizations/English/MainProgram.strings
index 697ad9bbd..b6fdfb86a 100644
--- a/Localizations/English/MainProgram.strings
+++ b/Localizations/English/MainProgram.strings
@@ -3,11 +3,6 @@
"FeedbackSuccessMessageText" = "Success";
"FeedbackSuccessInformativeText" = "Feedback successfully sent!";
-"CheckingForUpdate" = "Checking for update…";
-"UpdateAvailable" = "Update available!";
-"UpdateNotFound" = "No updates available.";
-"UpdateError" = "Error connecting to update server.";
-
"PlayButtonTooltip" = "Play";
"StopButtonTooltip" = "Stop";
"PrevButtonTooltip" = "Previous";
@@ -21,3 +16,4 @@
"InfoButtonTooltip" = "Information on the selected file";
"ShuffleButtonTooltip" = "Shuffle mode";
"RepeatButtonTooltip" = "Repeat mode";
+"FileButtonTooltip" = "File drawer";
diff --git a/Localizations/English/MainUI.strings b/Localizations/English/MainUI.strings
index 54c088b9e..5404b1800 100644
Binary files a/Localizations/English/MainUI.strings and b/Localizations/English/MainUI.strings differ
diff --git a/Localizations/English/OpenURLPanel.strings b/Localizations/English/OpenURLPanel.strings
index 6be2ee947..32ba3b5ec 100644
Binary files a/Localizations/English/OpenURLPanel.strings and b/Localizations/English/OpenURLPanel.strings differ
diff --git a/Localizations/English/PreferencesUI.strings b/Localizations/English/PreferencesUI.strings
index 38c5742f1..40c23250d 100644
Binary files a/Localizations/English/PreferencesUI.strings and b/Localizations/English/PreferencesUI.strings differ