Changeset 4527 in vbox
- Timestamp:
- Sep 5, 2007 8:59:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r4488 r4527 399 399 char szNlsPath[RTPATH_MAX]; 400 400 int rc = RTPathAppPrivateNoArch(szNlsPath, sizeof(szNlsPath)); 401 NOREF(rc); 401 402 Assert(RT_SUCCESS(rc)); 402 403 QString nlsPath = QString(szNlsPath) + gVBoxLangSubDir;
Note:
See TracChangeset
for help on using the changeset viewer.