From 5fa05c96d6bd5021141efc0649a8c3c3dc4ca222 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 18 Feb 2013 19:26:55 +0100 Subject: added comment about language tags Change-Id: If5a64f7e2b3ad0ad62733ea7e1a0c958ef6a7cd1 --- desktop/unx/source/splashx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop') diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index 6dd2fa298865..e231a8eb84f4 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -595,6 +595,10 @@ static rtl_String* ustr_to_str( rtl_uString* pStr ) static void splash_load_image( struct splash* splash, rtl_uString* pUAppPath ) { + /* FIXME-BCP47: if we wanted to support language tags here that would get + * complicated, this is C-source not C++ so LanguageTag can't be used. For + * now the splash screen will have to get along with language-territory. */ + char *pBuffer, *pSuffix, *pLocale; int nLocSize; rtl_Locale *pLoc = NULL; -- cgit