summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/registerfiletypeoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/registerfiletypeoperation.cpp')
-rw-r--r--src/libs/installer/registerfiletypeoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/registerfiletypeoperation.cpp b/src/libs/installer/registerfiletypeoperation.cpp
index 2cfd8f9c4..bcae422d7 100644
--- a/src/libs/installer/registerfiletypeoperation.cpp
+++ b/src/libs/installer/registerfiletypeoperation.cpp
@@ -89,7 +89,7 @@ bool RegisterFileTypeOperation::performOperation()
{
#ifdef Q_OS_WIN
ensureOptionalArgumentsRead();
- if (!checkArgumentCount(2, 5, tr("<extension> <command> [description [contentType [icon]]]")))
+ if (!checkArgumentCount(2, 5, QString::fromLatin1("<extension> <command> [description [contentType [icon]]]")))
return false;
QStringList args = arguments();