Re: ok, I guess I am dumb, but I can not figure this out. :-(
- From: Clemens Kirchgatterer <clemens root at>
- To: gtk-app-devel-list gnome org
- Subject: Re: ok, I guess I am dumb, but I can not figure this out. :-(
- Date: Mon, 18 Jun 2001 10:04:56 +0200
Warrior wrote:
gtk_window_set_title (GTK_WINDOW (window1), _("window1"));
Above should be :
gtk_window_set_title(GTK_WINDOW(window1), "window1");
i think it should'nt. the _() macro is used for internationalisation to
extract all strings from the source code that need translation.
best regards ...
clemens
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]