1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: fix status of mouse displayed by command /mouse

This commit is contained in:
Sebastien Helleu
2011-10-16 18:23:54 +02:00
parent 40d8e61118
commit 2ed8974d2f
+1 -1
View File
@@ -111,7 +111,7 @@ void
gui_mouse_display_state ()
{
gui_chat_printf (NULL,
(CONFIG_BOOLEAN(config_look_mouse)) ?
gui_mouse_enabled ?
_("Mouse is enabled") : _("Mouse is disabled"));
}