File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ void Stex::showHelp()
5858
5959
6060void Stex::showVersion () { printVerbatim (MSG_VERSION); }
61- void Stex::showFormats () { printVerbatim (MSG_FORMATS.arg (mImageFormats .join (' n' ))); }
61+ void Stex::showFormats () { printVerbatim (MSG_FORMATS.arg (mImageFormats .join (' \ n' ))); }
6262
6363// Public:
6464ErrorCode Stex::initialize (QStringList& commandLine)
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class Stex
7373
7474 // Messages
7575 static inline const QString MSG_VERSION = VER_PRODUCTNAME_STR " version " VER_FILEVERSION_STR " \n " ;
76- static inline const QString MSG_FORMATS = VER_PRODUCTNAME_STR " supports the following image formats:\n %1\n " ;
76+ static inline const QString MSG_FORMATS = VER_INTERNALNAME_STR " supports the following image formats:\n %1\n " ;
7777
7878 // Stream
7979 static inline QTextStream qcout = QTextStream(stdout, QIODevice::WriteOnly);
You can’t perform that action at this time.
0 commit comments