summaryrefslogtreecommitdiff
path: root/src/envshortcut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/envshortcut.cpp')
-rw-r--r--src/envshortcut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/envshortcut.cpp b/src/envshortcut.cpp
index 1deb9dad..99495c39 100644
--- a/src/envshortcut.cpp
+++ b/src/envshortcut.cpp
@@ -100,7 +100,7 @@ private:
if (FAILED(r)) {
throw ShellLinkException(QString("%1, %2")
.arg(s)
- .arg(formatSystemMessageQ(r)));
+ .arg(formatSystemMessage(r)));
}
}
@@ -290,7 +290,7 @@ bool Shortcut::remove(Locations loc)
log::error(
"failed to remove shortcut '{}', {}",
- path, formatSystemMessageQ(e));
+ path, formatSystemMessage(e));
return false;
}