From: Felix Paul Kühne Date: Sun, 6 Nov 2005 19:37:22 +0000 (+0000) Subject: * make sure that the wizard is shown with localised strings... X-Git-Tag: 0.8.4~71 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ef6896489236f6aab6b3c96d609be35d81384e68;p=vlc * make sure that the wizard is shown with localised strings... --- diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index 1f93e122bc..2d6c213dd4 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -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)