Changeset 23027 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 15, 2009 10:01:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r23026 r23027 1648 1648 1649 1649 #ifdef VBOX_BLEEDING_EDGE 1650 caption_prefix += QString(" EXPERIMENTAL build ") 1651 + QString(RTBldCfgVersion()) 1652 + QString("r") 1653 + QString(RTBldCfgRevisionStr()) 1654 + QString(" - "VBOX_BLEEDING_EDGE); 1650 caption_prefix += tr (" EXPERIMENTAL build %1r%2 - %3").arg (RTBldCfgVersion()).arg (RTBldCfgRevisionStr()).arg (VBOX_BLEEDING_EDGE); 1655 1651 #endif 1656 1652 /*
Note:
See TracChangeset
for help on using the changeset viewer.