diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-16 21:10:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-16 21:10:03 +0300 |
commit | 8c316d216807ca02e86050e29752ac3940a11c7a (patch) | |
tree | 53ba6284ac017a842e13bdb3820b740b5007b39e /plugins/Dropbox/src/dropbox.h | |
parent | 4eb749780954e748b365818b9678ad8894e373db (diff) |
Dropbox: fix for the toolbar button creation
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 577bd190fc..b6dcb340e6 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -41,6 +41,7 @@ private: // hooks
static int OnProtoAck(WPARAM wParam, LPARAM lParam);
+ int OnToolbarLoaded(WPARAM wParam, LPARAM lParam);
int OnModulesLoaded(WPARAM wParam, LPARAM lParam);
int OnContactDeleted(WPARAM wParam, LPARAM lParam);
int OnOptionsInitialized(WPARAM wParam, LPARAM lParam);
|