Changeset 94705 in vbox
- Timestamp:
- Apr 25, 2022 11:43:13 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r94671 r94705 4328 4328 #ifdef VBOX_WITH_UPDATE_AGENT 4329 4329 if (m_comUpdateHost.isOk()) 4330 return UINotificationProgress::tr("Checking for new version of % s ...",m_comUpdateHost.GetName().toLocal8Bit().data());4330 return UINotificationProgress::tr("Checking for new version of %1 ...").arg(m_comUpdateHost.GetName().toLocal8Bit().data()); 4331 4331 #endif /* VBOX_WITH_UPDATE_AGENT */ 4332 4332 return UINotificationProgress::tr("Checking for new version ...");
Note:
See TracChangeset
for help on using the changeset viewer.