]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.cpp
Qt: Remove some connect errors.
[vlc] / modules / gui / qt4 / util / customwidgets.cpp
index 2dc55a453193c203d06959a6bc61257346e5aa6f..6135a1061b806754eab169eebd6d3fb0dc92edec 100644 (file)
@@ -241,6 +241,6 @@ QString VLCKeyToString( int val )
     if( val & KEY_MODIFIER_SHIFT )
         r+= "Shift+";
 
-    return r + (base ? base : "Unset");
+    return r + (base ? base : qtr( "Unset" ) );
 }