minor gui fixes
[claws.git] / src / prefs_ext_prog.c
index 3276b200544dcf71f3361dcc44c6b1b1993ce80c..d96e2eee4757955cb2e16ea0cd2d7a8ea8f620d3 100644 (file)
@@ -112,7 +112,7 @@ void prefs_ext_prog_create_widget(PrefsPage *_page, GtkWindow *window,
        gtk_table_set_col_spacings(GTK_TABLE(table2), 8);
        
        gtk_table_attach(GTK_TABLE (table), table2, 0, 1, 1, 2,
-                        (GtkAttachOptions) (GTK_FILL),
+                        (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
                         (GtkAttachOptions) (0), 0, 0);
                         
        uri_label = gtk_label_new (_("Web browser"));
@@ -176,6 +176,7 @@ void prefs_ext_prog_create_widget(PrefsPage *_page, GtkWindow *window,
        gtkut_combo_set_items (GTK_COMBO (exteditor_combo),
                               "gedit %s",
                               "kedit %s",
+                              "nedit %s",
                               "mgedit --no-fork %s",
                               "emacs %s",
                               "xemacs %s",