From 8e5deb4251231c690afec0edc9fe37cf03b4ed27 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 10 Jun 2021 19:00:09 +0200 Subject: Forgotten LPGEN added --- src/mir_app/src/srmm_statusicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mir_app/src/srmm_statusicon.cpp b/src/mir_app/src/srmm_statusicon.cpp index 01aff59a8d..739d2074d3 100644 --- a/src/mir_app/src/srmm_statusicon.cpp +++ b/src/mir_app/src/srmm_statusicon.cpp @@ -301,7 +301,7 @@ void SrmmModulesLoaded() // create menu item in main menu for empty system history SET_UID(mi, 0x633AD23C, 0x24B5, 0x4914, 0xB2, 0x40, 0xAD, 0x9F, 0xAC, 0xB5, 0x64, 0xED); mi.position = 500060002; - mi.name.a = "Empty system history"; + mi.name.a = LPGEN("Empty system history"); mi.pszService = MS_HISTORY_EMPTY; mi.hIcon = Skin_LoadIcon(SKINICON_OTHER_DELETE); Menu_AddMainMenuItem(&mi); -- cgit v1.2.3