- Timestamp:
- Sep 2, 2008 1:32:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r11662 r11987 2639 2639 if (rc == QIMessageBox::Yes) 2640 2640 { 2641 QString url = QString ("http:// www.virtualbox.org/download/%1/")2641 QString url = QString ("http://download.virtualbox.org/virtualbox/%1/") 2642 2642 .arg (vbox.GetVersion().remove ("_OSE")) + name; 2643 2643 QString target = QDir (vboxGlobal().virtualBox().GetHomeFolder())
Note:
See TracChangeset
for help on using the changeset viewer.