mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make sure we translate the button label string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13600 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4d2d52413a
commit
470625b385
@ -1,3 +1,8 @@
|
||||
2006-03-11 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/gnome-search/dialog-search.c:
|
||||
Make sure we translate the button label string.
|
||||
|
||||
2006-03-11 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-tree-model-account.c:
|
||||
|
@ -268,7 +268,7 @@ gnc_search_dialog_display_results (GNCSearchWindow *sw)
|
||||
sw->select_button = button;
|
||||
|
||||
for (i = 0; sw->buttons[i].label; i++) {
|
||||
button = gtk_button_new_with_label (sw->buttons[i].label);
|
||||
button = gtk_button_new_with_label (_(sw->buttons[i].label));
|
||||
g_object_set_data (G_OBJECT (button), "data", &(sw->buttons[i]));
|
||||
g_signal_connect (G_OBJECT (button), "clicked",
|
||||
G_CALLBACK (gnc_search_dialog_result_clicked), sw);
|
||||
|
Loading…
Reference in New Issue
Block a user