Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/gui.git] / src / HelpBrowser / HelpBrowser.cxx
index be650d8eb2e061f602bc7389d0c993f9d0db204e..9848af0baa1c37bf2bfee3b0d31eab977a313def 100644 (file)
@@ -48,7 +48,7 @@ namespace
     std::cout << std::endl;
     std::cout << "SALOME Help Browser" << std::endl;
     std::cout << std::endl;
-    std::cout << "usage: " << qPrintable( fi.fileName() ) << " [options] file" << std::endl;
+    std::cout << "usage: " << qUtf8Printable( fi.fileName() ) << " [options] file" << std::endl;
     std::cout << "    file is a help file to be opened" << std::endl;
     std::cout << std::endl;
     std::cout << "Options:" << std::endl;