Fixed escape closing the window.
Fixed window list issues. Added file drawer button tooltip to localization.CQTexperiment
parent
926c1f4dcc
commit
6f023124b4
|
@ -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"];
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1063</key>
|
||||
<string>650 960 136 68 0 0 1680 1028 </string>
|
||||
<string>374 678 136 68 0 0 1024 746 </string>
|
||||
<key>1156</key>
|
||||
<string>719 529 241 366 0 0 1680 1028 </string>
|
||||
<string>391 336 241 366 0 0 1024 746 </string>
|
||||
<key>1324</key>
|
||||
<string>787 658 137 182 0 0 1680 1028 </string>
|
||||
<string>452 439 137 182 0 0 1024 746 </string>
|
||||
<key>29</key>
|
||||
<string>-2 976 383 44 0 0 1680 1028 </string>
|
||||
<string>-2 696 383 44 0 0 1024 746 </string>
|
||||
<key>463</key>
|
||||
<string>669 640 341 145 0 0 1680 1028 </string>
|
||||
<string>341 447 341 145 0 0 1024 746 </string>
|
||||
<key>513</key>
|
||||
<string>354 834 125 137 0 0 1680 1028 </string>
|
||||
<string>205 570 125 137 0 0 1024 746 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
|
@ -34,16 +34,16 @@
|
|||
<integer>4</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
<integer>513</integer>
|
||||
<integer>21</integer>
|
||||
<integer>463</integer>
|
||||
<integer>1063</integer>
|
||||
<integer>268</integer>
|
||||
<integer>1156</integer>
|
||||
<integer>1324</integer>
|
||||
<integer>29</integer>
|
||||
<integer>21</integer>
|
||||
<integer>513</integer>
|
||||
<integer>463</integer>
|
||||
<integer>1063</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8P2137</string>
|
||||
<string>8P135</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Binary file not shown.
|
@ -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";
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue