]> git.sesse.net Git - vlc/commitdiff
macosx/macosx.m: fixed macosx-opengl-effect string list
authorEric Petit <titer@videolan.org>
Wed, 23 Jun 2004 21:40:01 +0000 (21:40 +0000)
committerEric Petit <titer@videolan.org>
Wed, 23 Jun 2004 21:40:01 +0000 (21:40 +0000)
modules/gui/macosx/macosx.m

index f29f1cf6a4642b91c3361480dfb6dc7dab902692..685ba12a7d22d9c28267f95e689a49b4e6cc1fc3 100644 (file)
@@ -100,8 +100,8 @@ vlc_module_begin();
         add_string( "macosx-opengl-effect", "none", NULL,
                     OPENGL_EFFECT_TEXT, OPENGL_EFFECT_LONGTEXT,
                     VLC_TRUE );
+        change_string_list( effect_list, effect_list_text, 0 );
         add_bool( "macosx-fill", 0, NULL, FILL_TEXT, FILL_LONGTEXT,
                   VLC_TRUE );
-        change_string_list( effect_list, effect_list_text, 0 );
 vlc_module_end();