Re: ok, I guess I am dumb, but I can not figure this out. :-(



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]