From ef6896489236f6aab6b3c96d609be35d81384e68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 6 Nov 2005 19:37:22 +0000 Subject: [PATCH] * make sure that the wizard is shown with localised strings... --- modules/gui/macosx/intf.m | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5