summaryrefslogtreecommitdiff
path: root/uui/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'uui/inc/strings.hrc')
-rw-r--r--uui/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/inc/strings.hrc b/uui/inc/strings.hrc
index c78beb9efaba..db6c83e777fb 100644
--- a/uui/inc/strings.hrc
+++ b/uui/inc/strings.hrc
@@ -19,7 +19,7 @@
#pragma once
-#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
+#define NC_(Context, String) TranslateId(Context, u8##String)
#define STR_ENTER_PASSWORD_TO_OPEN NC_("STR_ENTER_PASSWORD_TO_OPEN", "Enter password to open file: \n")
#define STR_ENTER_PASSWORD_TO_MODIFY NC_("STR_ENTER_PASSWORD_TO_MODIFY", "Enter password to modify file: \n")