ooo-build r12040 - trunk/scratch
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12040 - trunk/scratch
- Date: Fri, 28 Mar 2008 12:37:07 +0000 (GMT)
Author: tml
Date: Fri Mar 28 12:37:06 2008
New Revision: 12040
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12040&view=rev
Log:
Use dash, not underscore, as separator in locale.
Modified:
trunk/scratch/setup-wrapper.c
Modified: trunk/scratch/setup-wrapper.c
==============================================================================
--- trunk/scratch/setup-wrapper.c (original)
+++ trunk/scratch/setup-wrapper.c Fri Mar 28 12:37:06 2008
@@ -39,7 +39,7 @@
GetLocaleInfoW (lcid, LOCALE_SISO3166CTRYNAME, ctry, NELEMS (ctry)))
{
wcscpy (locale, lang);
- wcscat (locale, L"_");
+ wcscat (locale, L"-");
wcscat (locale, ctry);
wcscpy (langpack_setup, path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]