Kaydet (Commit) 91f727da authored tarafından Nick Treleaven's avatar Nick Treleaven

Remove Replace dialog set default reponse

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@369 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2c8e69a1
......@@ -919,8 +919,6 @@ void dialogs_show_replace(void)
gtk_widget_show(button);
gtk_dialog_add_action_widget(GTK_DIALOG(app->replace_dialog), button,
GEANY_RESPONSE_REPLACE);
gtk_dialog_set_default_response(GTK_DIALOG(app->replace_dialog),
GEANY_RESPONSE_REPLACE);
label_find = gtk_label_new(_("Enter the search text here"));
gtk_misc_set_padding(GTK_MISC(label_find), 0, 6);
......
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