Changeset 4588 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 6, 2007 6:06:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r4527 r4588 398 398 399 399 char szNlsPath[RTPATH_MAX]; 400 int rc = RTPathAppPrivateNoArch(szNlsPath, sizeof(szNlsPath)); 401 NOREF(rc); 402 Assert(RT_SUCCESS(rc)); 403 QString nlsPath = QString(szNlsPath) + gVBoxLangSubDir; 400 int rc = RTPathAppPrivateNoArch (szNlsPath, sizeof(szNlsPath)); 401 AssertRC (rc); 402 QString nlsPath = QString (szNlsPath) + gVBoxLangSubDir; 404 403 QDir nlsDir (nlsPath); 405 404 QStringList files = nlsDir.entryList (QString ("%1*%2")
Note:
See TracChangeset
for help on using the changeset viewer.