X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fpreferences.c;h=7881572b095f5a2cc14e522205d47f499b90777a;hp=1651e7f6417c44f4bbe6201bfb0ded1dcb564c62;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/preferences.c b/src/preferences.c index 1651e7f6..7881572b 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -587,7 +587,7 @@ static void add_stereo_mode_menu(GtkWidget *table, gint column, gint row, const current = 6; if (option & PR_STEREO_HALF) current = 7; } - + if (add_fixed) { gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Fixed position"));