diff options
| author | George Hazan <ghazan@miranda.im> | 2022-09-14 06:43:12 -0700 | 
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-09-14 06:43:12 -0700 | 
| commit | df8fbeee2c636005f9ed02fc6f3df5d75641c63f (patch) | |
| tree | f04cf5273165169bf901599141007d840d768274 /protocols | |
| parent | 576b4869dced5a0ef23492d53779a434be918dcb (diff) | |
Jabber: fix for icons in XML Console
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/JabberG/src/jabber_console.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_console.cpp b/protocols/JabberG/src/jabber_console.cpp index 4a0fe3b8b4..88df74e032 100644 --- a/protocols/JabberG/src/jabber_console.cpp +++ b/protocols/JabberG/src/jabber_console.cpp @@ -293,8 +293,8 @@ public:  		btnFilter(this, IDC_BTN_FILTER, g_plugin.getIcon(IDI_FILTER_APPLY), LPGEN("Filter mode")),
  		btnQueries(this, IDC_BTN_IQ, g_plugin.getIcon(IDI_PL_QUERY_ALLOW), LPGEN("Queries")),
  		btnMessage(this, IDC_BTN_MSG, g_plugin.getIcon(IDI_PL_MSG_ALLOW), LPGEN("Messages")),
 -		btnRefresh(this, IDC_BTN_FILTER_REFRESH, g_plugin.getIcon(IDI_FILTER_APPLY), LPGEN("Refresh list")),
 -		btnPresence(this, IDC_BTN_PRESENCE, g_plugin.getIcon(IDI_NAV_REFRESH), LPGEN("Presences")),
 +		btnRefresh(this, IDC_BTN_FILTER_REFRESH, g_plugin.getIcon(IDI_NAV_REFRESH), LPGEN("Refresh list")),
 +		btnPresence(this, IDC_BTN_PRESENCE, g_plugin.getIcon(IDI_PL_PRIN_ALLOW), LPGEN("Presences")),
  		edtInput(this, IDC_CONSOLEIN),
  		cmbFilter(this, IDC_CB_FILTER)
  	{
  | 
