VirtualBox

Changeset 28579 in vbox


Ignore:
Timestamp:
Apr 22, 2010 6:44:14 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60405
Message:

tooltip formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r28572 r28579  
    285285                    .arg(uSlot + 1)
    286286                    .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 + ", ")
    288288                    .arg(adapter.GetCableConnected() ?
    289289                          QApplication::translate("VBoxConsoleWnd", "connected", "Network adapters tooltip") :
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette