ALT Linux Bugzilla
– Attachment 3596 Details for
Bug 20154
GtkBuilder в не-UTF8 локалях некорректно выводит переводы
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
тесткейс
1.c (text/plain), 604 bytes, created by
Andrey Rahmatullin
on 2009-06-08 21:03:53 MSD
(
hide
)
Description:
тесткейс
Filename:
MIME Type:
Creator:
Andrey Rahmatullin
Created:
2009-06-08 21:03:53 MSD
Size:
604 bytes
patch
obsolete
>#include <gtk/gtk.h> > >int main(int argc, char *argv[]) >{ > gtk_init(&argc, &argv); > GtkBuilder* builder = gtk_builder_new(); > gtk_builder_set_translation_domain(builder, "libc"); > gtk_builder_add_from_string(builder, > "<?xml version=\"1.0\"?>" > "<interface><object class=\"GtkDialog\" id=\"dialog\">" > "<property name=\"title\" translatable=\"yes\">Success</property>" > "</object></interface>", > -1, 0); > GtkWidget* dialog = (GtkWidget*) gtk_builder_get_object(builder, "dialog"); > gtk_widget_set_size_request(dialog, 300, 100); > gtk_widget_show(dialog); > gtk_main(); > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 20154
:
3596
|
4484