diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-08 20:53:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-08 20:53:44 +0000 |
commit | d0ffabed30e05f6dc56e2e5231637f333bc16003 (patch) | |
tree | e60b3117ac38932b085df745edf969262a6d836b /plugins/TopToolBar/BkgrCfg.h | |
parent | 164424ac47e2be37daa5e4346cc29a865042027e (diff) |
toptoolbar -> c++
git-svn-id: http://svn.miranda-ng.org/main/trunk@363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/BkgrCfg.h')
-rw-r--r-- | plugins/TopToolBar/BkgrCfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TopToolBar/BkgrCfg.h b/plugins/TopToolBar/BkgrCfg.h index a47b53a603..4533267fcb 100644 --- a/plugins/TopToolBar/BkgrCfg.h +++ b/plugins/TopToolBar/BkgrCfg.h @@ -2,8 +2,8 @@ // Register of plugin's user
//
// wParam = (WPARAM)szSetting - string that describes a user
-// format: Category/ModuleName,
-// eg: "Contact list background/CLUI",
+// format: Category/ModuleName,
+// eg: "Contact list background/CLUI",
// "Status bar background/StatusBar"
// lParam = (LPARAM)dwFlags
//
|