]> git.sesse.net Git - vlc/commitdiff
* make sure that the wizard is shown with localised strings...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 6 Nov 2005 19:37:22 +0000 (19:37 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 6 Nov 2005 19:37:22 +0000 (19:37 +0000)
modules/gui/macosx/intf.m

index 1f93e122bcca6f0dcd649fa999778db0618fd6d9..2d6c213dd46b7611e05cfc185fc53030d85e3770 100644 (file)
@@ -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)