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/TopToolBar/src/stdafx.h | |
parent | 335f68b1c98e92e448e11380d62d6c8df8533c92 (diff) |
Clist_Modern: fix for a translation issue in Options - Skins
Diffstat (limited to 'plugins/TopToolBar/src/stdafx.h')
-rw-r--r-- | plugins/TopToolBar/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/stdafx.h b/plugins/TopToolBar/src/stdafx.h index 9f1442acf8..c684fb65ec 100644 --- a/plugins/TopToolBar/src/stdafx.h +++ b/plugins/TopToolBar/src/stdafx.h @@ -17,11 +17,11 @@ #include <m_button.h> #include <m_icolib.h> +#include <m_skin_eng.h> #include <m_toptoolbar.h> #include "resource.h" #include "version.h" -#include "BkgrCfg.h" #define TTB_BUTTON_CLASS L"TopToolbarButtonClass" |