summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/ctrl_button.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-09-04 19:52:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-09-04 19:52:35 +0300
commit61a1179854e8dd939c6566d6fb6ab035ab4a6d9c (patch)
tree73da29d5f9c04e13e5ed59fca65043141cd6fb1b /plugins/SendScreenshotPlus/src/ctrl_button.cpp
parentfdbcf7a4ad9d62d6786cd8e2251d797d68488b50 (diff)
SendSS:
- fixes #1305 completely - code cleaning
Diffstat (limited to 'plugins/SendScreenshotPlus/src/ctrl_button.cpp')
-rw-r--r--plugins/SendScreenshotPlus/src/ctrl_button.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/ctrl_button.cpp b/plugins/SendScreenshotPlus/src/ctrl_button.cpp
index 37f965e87f..1eb38d2747 100644
--- a/plugins/SendScreenshotPlus/src/ctrl_button.cpp
+++ b/plugins/SendScreenshotPlus/src/ctrl_button.cpp
@@ -40,7 +40,7 @@ typedef struct TMBCtrl
BYTE bFocus;
int stateId; // button state
- int defbutton; // default button
+ int defbutton; // default button
int pbState;
wchar_t cHot;
} BTNCTRL, *LPBTNCTRL;
@@ -656,7 +656,7 @@ void CtrlButtonUnloadModule()
UnregisterClass(UINFOBUTTONCLASS, g_plugin.getInst());
}
-void CtrlButtonLoadModule()/// @fixme : compatibility with UInfoEx is everything but perfect... we get a huge problem if UInfoEx is unloaded...
+void CtrlButtonLoadModule() // @fixme : compatibility with UInfoEx is everything but perfect... we get a huge problem if UInfoEx is unloaded...
{
if (ServiceExists("UserInfo/vCard/Export")) return;
WNDCLASSEX wc;