Changeset 35665 in vbox
- Timestamp:
- Jan 21, 2011 10:22:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r35638 r35665 4213 4213 QString pattern("%1 \tHost+%2"); 4214 4214 #endif 4215 if (strKey.isEmpty()) 4215 if ( strKey.isEmpty() 4216 || strKey.compare("None", Qt::CaseInsensitive) == 0) 4216 4217 return strText; 4217 4218 else
Note:
See TracChangeset
for help on using the changeset viewer.