1
1

1999-05-29 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gprefs.c (create_prop_int): Translate this label too.

	* gnome-open-dialog.c: Add config.h here.  Otherwise there is no
	way to translate this dialog.  Thanks to David Martina for
	pointing this out.

1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
Этот коммит содержится в:
Miguel de Icaza 1999-05-29 19:22:51 +00:00
родитель 85c64a94bb
Коммит 259a376b85
3 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,11 @@
1999-05-29 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gprefs.c (create_prop_int): Translate this label too.
* gnome-open-dialog.c: Add config.h here. Otherwise there is no
way to translate this dialog. Thanks to David Martina for
pointing this out.
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c (panel_tree_button_press): Beginning of context menu

Просмотреть файл

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "util.h"
#include <gnome.h>
#include "gnome-open-dialog.h"

Просмотреть файл

@ -399,7 +399,7 @@ create_prop_int (PrefsDlg *dlg, Property *prop)
gtk_box_pack_start (GTK_BOX (hbox), entry,
FALSE, FALSE, 0);
if (prop->extra_data1) {
label = gtk_label_new ((gchar *)prop->extra_data1);
label = gtk_label_new (_((gchar *)prop->extra_data1));
gtk_box_pack_start (GTK_BOX (hbox), label,
FALSE, FALSE, 0);
}