diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-28 15:25:37 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-28 15:25:37 +0200 |
commit | c5f9c32622faab78f0cce5bf39993de4bed929da (patch) | |
tree | c944dbc9fc4ad69e8a16015fe06e75d24d8fe71e /plugins/TopToolBar/src/main.cpp | |
parent | 4aac94ac3a0021307b51ee2adb3965b70d3924e9 (diff) |
TopToolBar: fixes #1306 (bunch of problems with Launch Buttons
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 58cc361049..3b0339e9fc 100644 --- a/plugins/TopToolBar/src/main.cpp +++ b/plugins/TopToolBar/src/main.cpp @@ -35,7 +35,7 @@ IconItem iconList[] = { LPGEN("Enable sounds"), "sounds_on", IDI_SOUNDSON },
{ LPGEN("Disable metacontacts"), "meta_off", IDI_METAON },
{ LPGEN("Enable metacontacts"), "meta_on", IDI_METAOFF },
- { LPGEN("Separator"), "separator", IDI_SEPARATOR }
+ { LPGEN("Separator"), "separator", IDI_SEPARATOR }
};
/////////////////////////////////////////////////////////////////////////////////////////
|