Commit ef689648 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* make sure that the wizard is shown with localised strings...

parent eb6d271b
......@@ -1530,6 +1530,7 @@ static VLCMain *_o_sharedMainInstance = nil;
if (!nib_wizard_loaded)
{
nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner:self];
[o_wizard initStrings];
}
if (!nib_bookmarks_loaded)
......
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