]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
Charset fixes
[vlc] / modules / gui / wxwidgets / dialogs / preferences_widgets.cpp
index 1ff5fa2fc8da431c842c8f097b4b0fd7f9601196..92ca94c4854c64360db2cb4a03034d5df847ba00 100644 (file)
@@ -574,7 +574,7 @@ StringListConfigControl::StringListConfigControl( vlc_object_t *p_this,
 
        p_module_config->pf_update_list(p_this, p_item->psz_name, val, val, NULL);
 
-       // assume in a×y case that dirty was set to true
+       // assume in a×y case that dirty was set to true
        // because lazy programmes will use the same callback for
        // this, like the one behind the refresh push button?
        p_module_config->b_dirty = false;