Changeset 99840 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 18, 2023 10:26:35 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UISharedFolderDetailsEditor.cpp
r98103 r99840 217 217 /* Processing root folder: */ 218 218 #if defined (VBOX_WS_WIN) || defined (Q_OS_OS2) 219 m_pEditorName->setText(strFolderName.toUpper() [0]+ "_DRIVE");219 m_pEditorName->setText(strFolderName.toUpper().left(1) + "_DRIVE"); 220 220 #elif defined (VBOX_WS_X11) 221 221 m_pEditorName->setText("ROOT");
Note:
See TracChangeset
for help on using the changeset viewer.