summaryrefslogtreecommitdiff
path: root/plugins/Restart/src/restart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Restart/src/restart.cpp')
-rw-r--r--plugins/Restart/src/restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Restart/src/restart.cpp b/plugins/Restart/src/restart.cpp
index 50dfa35e4c..6b65c68550 100644
--- a/plugins/Restart/src/restart.cpp
+++ b/plugins/Restart/src/restart.cpp
@@ -42,7 +42,7 @@ extern "C" __declspec(dllexport) int Load(void)
mir_getLP( &pluginInfo );
// IcoLib support
- Icon_Register(hInst, "Restart Plugin", &icon, 1);
+ Icon_Register(hInst, LPGEN("Restart Plugin"), &icon, 1);
hRestartMe = CreateServiceFunction("System/RestartMe", RestartMe);