diff options
Diffstat (limited to 'desktop/inc/strings.hrc')
-rw-r--r-- | desktop/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/strings.hrc b/desktop/inc/strings.hrc index f4af7ad24602..eb4e238d1a6e 100644 --- a/desktop/inc/strings.hrc +++ b/desktop/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 RID_STR_COPYING_PACKAGE NC_("RID_STR_COPYING_PACKAGE", "Copying: ") #define RID_STR_ERROR_WHILE_ADDING NC_("RID_STR_ERROR_WHILE_ADDING", "Error while adding: ") |