diff options
Diffstat (limited to 'plugins/ZeroNotification/src/common.h')
-rw-r--r-- | plugins/ZeroNotification/src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZeroNotification/src/common.h b/plugins/ZeroNotification/src/common.h index d0efafec1b..f40e68afb7 100644 --- a/plugins/ZeroNotification/src/common.h +++ b/plugins/ZeroNotification/src/common.h @@ -14,6 +14,6 @@ #define DEFAULT_NOBLINK 0x00000000
#define DEFAULT_NOCLCBLINK 0x00000000
-#define DISABLE_SOUND "Disable &Sounds"
-#define ENABLE_SOUND "Enable &Sounds"
+#define DISABLE_SOUND LPGENT("Disable &Sounds")
+#define ENABLE_SOUND LPGENT("Enable &Sounds")
|