Kaydet (Commit) 01b0fc6a authored tarafından LarsDW223's avatar LarsDW223

Show status message on attempt to execute empty context action.

If a user selects "context action" from the context menu then now the status message
'No context action set.' will be shown. Closes #1641.
üst fda8b97e
......@@ -1500,6 +1500,10 @@ void on_context_action1_activate(GtkMenuItem *menuitem, gpointer user_data)
}
g_free(command_line);
}
else
{
ui_set_statusbar(TRUE, _("No context action set."));
}
g_free(word);
g_free(command);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment