diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
commit | f82addcc0fb5ebc1051123336ec090946011b95d (patch) | |
tree | 9d2624c2dda6fc79a4bffcb54cf4f0d6a6e0814d /plugins/TopToolBar/src/main.cpp | |
parent | 759ba2e6250c5822b0ecd541e409edea3c5e7f2c (diff) |
TopToolBar: expand list of internal buttons
use default Miranda icons where possible
fix crash on IcoLib icon change
git-svn-id: http://svn.miranda-ng.org/main/trunk@9524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/main.cpp')
-rw-r--r-- | plugins/TopToolBar/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/main.cpp b/plugins/TopToolBar/src/main.cpp index 87d431ad2e..a651684e1f 100644 --- a/plugins/TopToolBar/src/main.cpp +++ b/plugins/TopToolBar/src/main.cpp @@ -19,7 +19,7 @@ PLUGININFOEX pluginInfo = {0xf593c752, 0x51d8, 0x4d46, {0xba, 0x27, 0x37, 0x57, 0x79, 0x53, 0xf5, 0x5c}}
};
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion)
{
return &pluginInfo;
}
|