VirtualBox

Changeset 15504 in vbox for trunk/src


Ignore:
Timestamp:
Dec 15, 2008 1:42:24 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt: Refresh all media when changing language (hard disk type and tooltips are NLS strings too).

Location:
trunk/src/VBox/Frontends
Files:
2 edited

Legend:

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

    r15304 r15504  
    31163116
    31173117    detailReportTemplatesReady = false;
     3118
     3119    /* refresh media properties since they contain some translations too  */
     3120    for (VBoxMediaList::iterator it = mMediaList.begin();
     3121         it != mMediaList.end(); ++ it)
     3122        (*it).refresh();
    31183123
    31193124#if defined (Q_WS_PM) || defined (Q_WS_X11)
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r15501 r15504  
    34193419    mDetailReportTemplatesReady = false;
    34203420
     3421    /* refresh media properties since they contain some translations too  */
     3422    for (VBoxMediaList::iterator it = mMediaList.begin();
     3423         it != mMediaList.end(); ++ it)
     3424        it->refresh();
     3425
    34213426#if defined (Q_WS_PM) || defined (Q_WS_X11)
    34223427    /* As PM and X11 do not (to my knowledge) have functionality for providing
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