]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/menus.cpp
Renamed "deinterlace" into "deinterlace-mode" at the core level.
[vlc] / modules / gui / wince / menus.cpp
index 2c3326b1040a9a9cc0983c72cc2dbb7bed592dc1..ff22cb2ecea29f50d6ad99026c6f41699b59b07f 100644 (file)
@@ -136,7 +136,7 @@ void PopupMenu( intf_thread_t *p_intf, HWND p_parent, POINT point )
         pi_objects[i++] = p_object;
         ppsz_varnames[i] = "zoom";
         pi_objects[i++] = p_object;
-        ppsz_varnames[i] = "deinterlace";
+        ppsz_varnames[i] = "deinterlace-mode";
         pi_objects[i++] = p_object;
         ppsz_varnames[i] = "aspect-ratio";
         pi_objects[i++] = p_object;
@@ -328,7 +328,7 @@ void RefreshVideoMenu( intf_thread_t *p_intf, HMENU hMenu )
 #endif
         ppsz_varnames[i] = "zoom";
         pi_objects[i++] = p_object;
-        ppsz_varnames[i] = "deinterlace";
+        ppsz_varnames[i] = "deinterlace-mode";
         pi_objects[i++] = p_object;
         ppsz_varnames[i] = "aspect-ratio";
         pi_objects[i++] = p_object;