Fix merge issues

POTFILES.in and xed-window.c required a couple of changes
after the status selector PR was merged.
This commit is contained in:
Clement Lefebvre
2018-11-19 11:25:31 +00:00
parent 7ce2a750db
commit 0ec63fc00e
2 changed files with 8 additions and 3 deletions

View File

@@ -1321,11 +1321,11 @@ set_tab_spaces_label (XedWindow *window,
{
if (use_spaces)
{
xed_status_combo_box_set_label (XED_STATUS_COMBO_BOX (window->priv->tab_width_combo), _("Spaces"));
xed_status_menu_button_set_label (XED_STATUS_MENU_BUTTON (window->priv->tab_width_button), _("Spaces"));
}
else
{
xed_status_combo_box_set_label (XED_STATUS_COMBO_BOX (window->priv->tab_width_combo), _("Tabs"));
xed_status_menu_button_set_label (XED_STATUS_MENU_BUTTON (window->priv->tab_width_button), _("Tabs"));
}
}