[Xfce4-commits] <midori:master> Make bookmark import button label show supported formats when importing from a file.
Christian Dywan
noreply at xfce.org
Sun Jan 30 19:00:02 CET 2011
Updating branch refs/heads/master
to 11ac3fe1574011584a004b0b28193445eee7bcf1 (commit)
from 74bb09b8c7f4909ef5b6e04630d3f117e57bb90e (commit)
commit 11ac3fe1574011584a004b0b28193445eee7bcf1
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Sun Jan 30 11:35:54 2011 +0100
Make bookmark import button label show supported formats when importing from a file.
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 16bb9ee..519b815 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4054,7 +4054,7 @@ _action_bookmarks_import_activate (GtkAction* action,
g_free (path);
}
gtk_list_store_insert_with_values (model, NULL, G_MAXINT,
- 0, _("Import from a file"), 1, NULL, 2, NULL, 3, icon_width, -1);
+ 0, _("Import from XBEL or HTML file"), 1, NULL, 2, NULL, 3, icon_width, -1);
gtk_combo_box_set_active (combobox, 0);
gtk_box_pack_start (GTK_BOX (hbox), combo, TRUE, TRUE, 0);
gtk_container_add (GTK_CONTAINER (content_area), hbox);
More information about the Xfce4-commits
mailing list