summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins/StartupStatus/startupstatus.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-13 08:49:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-13 08:49:45 +0000
commit9a7e2f9fd248e17ffc5c2a8d9581172507ad8803 (patch)
treefa790697697405a6dbba00e72ff3d57f4db2a01a /plugins/StatusPlugins/StartupStatus/startupstatus.h
parent8f1e41b61140fdca624f2e8b25644d730502300f (diff)
fix for TTB button in StartupStatus options
git-svn-id: http://svn.miranda-ng.org/main/trunk@941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/StartupStatus/startupstatus.h')
-rw-r--r--plugins/StatusPlugins/StartupStatus/startupstatus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusPlugins/StartupStatus/startupstatus.h b/plugins/StatusPlugins/StartupStatus/startupstatus.h
index 02d8e36c41..d6248ba4b2 100644
--- a/plugins/StatusPlugins/StartupStatus/startupstatus.h
+++ b/plugins/StatusPlugins/StartupStatus/startupstatus.h
@@ -159,8 +159,8 @@ INT_PTR GetProfileCount(WPARAM wParam, LPARAM lParam);
INT_PTR GetProfileName(WPARAM wParam, LPARAM lParam);
extern HANDLE hTTBModuleLoadedHook;
-int RemoveTopToolbarButtons();
-int CreateTopToolbarButtons(WPARAM wParam, LPARAM lParam);
+void RemoveTopToolbarButtons();
+int CreateTopToolbarButtons(WPARAM wParam, LPARAM lParam);
void RegisterButtons();
int LoadProfileModule();