diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-08 14:44:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-08 14:44:18 +0300 |
commit | ac91cd55be7e2f69cfbf7e039feba2bdee7edfc0 (patch) | |
tree | 6a53476830d11ba0d8905d1b750fc6e348c29c2e /plugins/Folders/src/stdafx.h | |
parent | a19539f3372a0c25c2159d07b442ab318cd2420e (diff) |
fixes #4965 (Folders: некоторые строки не переводятся)
Diffstat (limited to 'plugins/Folders/src/stdafx.h')
-rw-r--r-- | plugins/Folders/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/stdafx.h b/plugins/Folders/src/stdafx.h index 1c56ec4f1d..8136929058 100644 --- a/plugins/Folders/src/stdafx.h +++ b/plugins/Folders/src/stdafx.h @@ -42,11 +42,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_langpack.h>
#include "version.h"
+#include "folderItem.h"
#include "utils.h"
#include "resource.h"
#include "services.h"
#include "events.h"
-#include "folderItem.h"
#ifndef MS_DB_GETPROFILEPATH_BASIC //db3xSA
#define MS_DB_GETPROFILEPATH_BASIC "DB/GetProfilePathBasic"
|