2005-10-15 [wwp] 1.9.15cvs48
[claws.git] / src / editjpilot.c
index 935a83e6e345a1e0e522d25d91d17211d9ffeb8b..8fe83e08e36cf005fc2adc3ef9968f351761f96f 100644 (file)
@@ -286,7 +286,7 @@ static void addressbook_edit_jpilot_create( gboolean *cancelled ) {
        file_entry = gtk_entry_new();
        gtk_table_attach(GTK_TABLE(table), file_entry, 1, 2, top, (top + 1), GTK_EXPAND|GTK_SHRINK|GTK_FILL, 0, 0, 0);
 
-       file_btn = gtk_button_new_with_label( _(" ... "));
+       file_btn = gtkut_get_browse_file_btn(_("_Browse"));
        gtk_table_attach(GTK_TABLE(table), file_btn, 2, 3, top, (top + 1), GTK_FILL, 0, 3, 0);
 
        /* Third row */