[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src language.cpp
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src language.cpp |
Date: |
Sat, 11 Sep 2004 16:45:15 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 04/09/11 20:39:52
Modified files:
src : language.cpp
Log message:
#ifdef indent
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.45&tr2=1.46&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.45 wesnoth/src/language.cpp:1.46
--- wesnoth/src/language.cpp:1.45 Sat Sep 11 08:55:43 2004
+++ wesnoth/src/language.cpp Sat Sep 11 20:39:51 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.45 2004/09/11 08:55:43 silene Exp $ */
+/* $Id: language.cpp,v 1.46 2004/09/11 20:39:51 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -114,10 +114,10 @@
if(setenv ("LC_ALL", locale, 1) == -1)
std::cerr << "setenv LC_ALL failed: " << strerror(errno);
- #ifdef __APPLE__
+#ifdef __APPLE__
if(setenv ("LANGUAGE", locale, 1) == -1)
std::cerr << "setenv LANGUAGE failed: " << strerror(errno);
- #endif
+#endif
char* res = setlocale (category, locale);
if (res == NULL)
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Guillaume Melquiond, 2004/09/07
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/08
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/09
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/09
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/09
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Guillaume Melquiond, 2004/09/11
- [Wesnoth-cvs-commits] wesnoth/src language.cpp,
Yann Dirson <=
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/11
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2004/09/19
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Isaac Clerencia, 2004/09/19
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Alfredo Beaumont, 2004/09/19