diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-05-23 19:36:42 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-05-23 19:36:42 +0000 |
commit | 25354618e22b4b964859d7eda983935ebb634a53 (patch) | |
tree | 0f667e12bc2f6387addb67fb434904a611df1a7b /plugins/TopToolBar/src/main.cpp | |
parent | c75587e2089f6df43feb4a75a89524d6a6db7c29 (diff) |
TopToolBar: proper capitalization in options and tooltips
git-svn-id: http://svn.miranda-ng.org/main/trunk@9296 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 de9d0a528c..87d431ad2e 100644 --- a/plugins/TopToolBar/src/main.cpp +++ b/plugins/TopToolBar/src/main.cpp @@ -4,7 +4,7 @@ HINSTANCE hInst;
int hLangpack;
-PLUGININFOEX pluginInfo =
+PLUGININFOEX pluginInfo =
{
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
|