From 04186af283b3bfa0278e9ad8b223a5c70f3d8158 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Dec 2013 21:41:20 +0000 Subject: correct menu creation order git-svn-id: http://svn.miranda-ng.org/main/trunk@7099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db_autobackups/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.3