diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-12 16:18:29 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-12 16:18:29 +0000 |
commit | 3c78001172fa76c0cffe715c719ae2c1d0fade77 (patch) | |
tree | b2cb72892b9ce644df2407a837b69f9e2cf66902 /plugins/Clist_ng/INCLUDE/clui.h | |
parent | f4ce2b5c214cce406dbd7a73dc7f35ae409546ad (diff) |
CList NG:
-Sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@14544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_ng/INCLUDE/clui.h')
-rw-r--r-- | plugins/Clist_ng/INCLUDE/clui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_ng/INCLUDE/clui.h b/plugins/Clist_ng/INCLUDE/clui.h index a09aa7f43a..bd8dee714c 100644 --- a/plugins/Clist_ng/INCLUDE/clui.h +++ b/plugins/Clist_ng/INCLUDE/clui.h @@ -163,6 +163,6 @@ void CLUI::Redraw() }
int MTG_OnmodulesLoad (WPARAM wParam,LPARAM lParam);
-//void InitGroupMenus ();
+void InitGroupMenus ();
#endif /* __CLUI_H_ */
|