freebsd-ports/graphics/geist/files/patch-ae
Alexey Dokuchaev d52623dfb5 - Fix path prefix in installed test.xml
- Install one omitted image file
- Set locale as needed
- Bump PORTREVISION
2005-02-12 16:58:39 +00:00

10 lines
240 B
Text

--- src/main.c.orig Sat Feb 12 22:43:06 2005
+++ src/main.c Sat Feb 12 22:43:47 2005
@@ -49,6 +49,7 @@
opt.debug_level = 3;
D_ENTER(3);
+ gtk_set_locale();
gtk_init(&argc, &argv);
obj_win = geist_create_object_list();