diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-08 21:41:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-08 21:41:20 +0000 |
commit | 04186af283b3bfa0278e9ad8b223a5c70f3d8158 (patch) | |
tree | c248d5402544be04f7e7e5e5b5ac0ea670906336 /plugins/Db_autobackups | |
parent | f4d02988f08a84245f7f232799f2e69882bd1789 (diff) |
correct menu creation order
git-svn-id: http://svn.miranda-ng.org/main/trunk@7099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 42b9eda1ce..4d0f54db90 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -64,6 +64,7 @@ static int ModulesLoad(WPARAM, LPARAM) {
profilePath = Utils_ReplaceVarsT(_T("%miranda_userdata%"));
+ MenuInit();
FoldersInit();
LoadOptions();
@@ -90,7 +91,6 @@ void SysInit() CreateServiceFunction(MS_AB_BACKUP, ABService);
CreateServiceFunction(MS_AB_SAVEAS, DBSaveAs);
- MenuInit();
HookEvent(ME_OPT_INITIALISE, OptionsInit);
HookEvent(ME_SYSTEM_PRESHUTDOWN, PreShutdown);
|