diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-21 15:22:44 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-21 15:22:44 +0300 |
commit | 4f38af21d106fe759a31c2fe360ce9170119ad66 (patch) | |
tree | 8f74a294187f6da33f1cb32eeddd2d90cfd076a2 /plugins/Clist_modern/src/stdafx.h | |
parent | 335f68b1c98e92e448e11380d62d6c8df8533c92 (diff) |
Clist_Modern: fix for a translation issue in Options - Skins
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r-- | plugins/Clist_modern/src/stdafx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index e00671a124..cc2ce1371c 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -161,16 +161,6 @@ extern wchar_t SkinsFolder[MAX_PATH]; char* __cdecl strstri(char *a, const char *b);
-// Register of plugin's user
-//
-// wParam = (WPARAM)szSetting - string that describes a user
-// format: Category/ModuleName,
-// eg: "Contact list background/CLUI",
-// "Status bar background/StatusBar"
-// lParam = (LPARAM)dwFlags
-//
-#define MS_BACKGROUNDCONFIG_REGISTER "ModernBkgrCfg/Register"
-
//
// Notification about changed background
// wParam = ModuleName
|