- Timestamp:
- Apr 12, 2007 1:15:48 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r2044 r2045 2888 2888 } 2889 2889 2890 /* Load predefined language*/2890 /* Load customized language if any */ 2891 2891 QString languageId = gset.languageId(); 2892 2892 if (!languageId.isNull()) -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2044 r2045 565 565 566 566 QString langId = gs.languageId(); 567 if (langId.isNull()) 568 langId = VBoxGlobal::languageId(); 567 569 QListViewItem *item = lvLanguages->findItem (langId, 1); 568 570 if (!item)
Note:
See TracChangeset
for help on using the changeset viewer.