1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/biology/gperiodic/files/patch-aa
Kevin Lo 3e1c5c9fe6 Update to 1.2.6
PR: 23756
Submitted by: Ports Fury
2000-12-22 16:19:26 +00:00

15 lines
317 B
Plaintext

--- src/gperiodic.c.orig Wed Sep 8 22:42:48 1999
+++ src/gperiodic.c Wed Dec 20 03:25:27 2000
@@ -484,10 +484,7 @@
textdomain (PACKAGE);
bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR);
- lang = getenv("LANG");
- if( NULL == lang ) {
- lang = "en";
- }
+ gtk_set_locale();
gtk_init(&argc,&argv);