summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-02-18 19:26:55 +0100
committerEike Rathke <erack@redhat.com>2013-02-18 20:07:05 +0100
commit5fa05c96d6bd5021141efc0649a8c3c3dc4ca222 (patch)
tree9112ec0c6f7d69144ebd57cb0227c0d5be6dac8e /desktop
parent63efb93a20a572f4399c1401b36eaac88bdd4cb7 (diff)
added comment about language tags
Change-Id: If5a64f7e2b3ad0ad62733ea7e1a0c958ef6a7cd1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/unx/source/splashx.c4
1 files changed, 4 insertions, 0 deletions
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;