]> code.citadel.org Git - citadel.git/blobdiff - webcit/gettext.c
* Made the iconbar room list somewhat usable (collapse/expand). It is not yet
[citadel.git] / webcit / gettext.c
index 6fd2a96e5d982e1c71ddf537e3d8e4567f19decf..f5e5a331b551fca01ae823dea5fa9478542f46bf 100644 (file)
@@ -60,7 +60,7 @@ void httplang_to_locale(const char* LocaleString)
                                                                                strlen(wanted_locales[i]));
                                        if (!ret)
                                                {
-                                                       locale=(char*)AvailLang[j];//wanted_locales[i];
+                                                       locale=(char*)AvailLang[j]; //wanted_locales[i];
                                                        i=nFound+1;
                                                        j=nAvail+1;
                                                        continue;