mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Fixed minor display bug with options help
This commit is contained in:
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
|
||||
gui_printf (NULL, "\n");
|
||||
gui_printf (NULL, _("%sDetail:\n"),
|
||||
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
|
||||
gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
|
||||
switch (weechat_options[last_section][last_option].option_type)
|
||||
{
|
||||
case OPTION_TYPE_BOOLEAN:
|
||||
|
||||
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
|
||||
gui_printf (NULL, "\n");
|
||||
gui_printf (NULL, _("%sDetail:\n"),
|
||||
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
|
||||
gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
|
||||
switch (weechat_options[last_section][last_option].option_type)
|
||||
{
|
||||
case OPTION_TYPE_BOOLEAN:
|
||||
|
||||
Reference in New Issue
Block a user