Changeset 28579 in vbox
- Timestamp:
- Apr 22, 2010 6:44:14 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r28572 r28579 285 285 .arg(uSlot + 1) 286 286 .arg(vboxGlobal().toString(adapter.GetAttachmentType())) 287 .arg(strIP.isEmpty() || (u64Now - timestamp > UINT64_C(20000000000)) ? "" : "IP =" + strIP + " -")287 .arg(strIP.isEmpty() || (u64Now - timestamp > UINT64_C(20000000000)) ? "" : "IP " + strIP + ", ") 288 288 .arg(adapter.GetCableConnected() ? 289 289 QApplication::translate("VBoxConsoleWnd", "connected", "Network adapters tooltip") :
Note:
See TracChangeset
for help on using the changeset viewer.