diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-19 00:44:18 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-19 15:44:27 +0200 |
| commit | cb1c9f5e83e98039d38f548c80d4b95442163cf2 (patch) | |
| tree | eba934e34a24a9484ab076065f9e98aefca16425 /src/executableslist.cpp | |
| parent | 7dad8bcb282ac385267087961b29af608f81593d (diff) | |
Tie moshortcuts to a specific instance
Diffstat (limited to 'src/executableslist.cpp')
| -rw-r--r-- | src/executableslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp index b1890ac9..21cb6ed4 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -86,7 +86,7 @@ Executable &ExecutablesList::find(const QString &title) return exe;
}
}
- throw std::runtime_error(QString("invalid name %1").arg(title).toLocal8Bit().constData());
+ throw std::runtime_error(QString("invalid executable name %1").arg(title).toLocal8Bit().constData());
}
|
