summaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui.cpp b/ui.cpp
index 478a13b..95065e7 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -18,10 +18,11 @@
int CreateButtons()
{
- CustomButtonData button;
+/* CustomButtonData button;
button.bIMButton = TRUE;
button.pszModuleName = szModuleName;
button.ptszTooltip = _T("Test button");
CB_AddButton(0, (LPARAM)&button);
- CB_InitCustomButtons();
+ CB_InitCustomButtons();*/
+ return 0;
} \ No newline at end of file