Searched defs:selectedLangId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2232 QString selectedLangId = gVBoxBuiltInLangName; local
2267 selectedLangId = langId;
2273 selectedLangId = lang;
2282 /* selectedLangId remains built-in here */
2283 AssertReturnVoid (selectedLangId == gVBoxBuiltInLangName);
2302 if (selectedLangId != gVBoxBuiltInLangName)
2316 sLoadedLangId = selectedLangId;

Completed in 44 milliseconds