Commit 01169d8f authored by Felix Paul Kühne's avatar Felix Paul Kühne

* equalizer.m: use preset_list_text instead of preset_list when creating the...

* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
parent f8266436
......@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>-2 60 496 270 0 0 1024 746 </string>
<string>36 197 496 270 0 0 800 578 </string>
<key>IBEditorPositions</key>
<dict>
<key>1617</key>
......@@ -21,9 +21,10 @@
<array/>
<key>IBOpenObjects</key>
<array>
<integer>2029</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
<string>7U16</string>
<string>7W98</string>
</dict>
</plist>
......@@ -149,7 +149,7 @@ static vlc_bool_t GetFiltersStatus( intf_thread_t *p_intf,
[o_popup_presets removeAllItems];
for( i = 0; i < 18 ; i++ )
{
[o_popup_presets insertItemWithTitle: _NS(preset_list[i]) atIndex: i];
[o_popup_presets insertItemWithTitle: _NS(preset_list_text[i]) atIndex: i];
}
[o_window setTitle: _NS("Equalizer")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment