- Timestamp:
- Dec 15, 2008 1:42:24 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r15304 r15504 3116 3116 3117 3117 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(); 3118 3123 3119 3124 #if defined (Q_WS_PM) || defined (Q_WS_X11) -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r15501 r15504 3419 3419 mDetailReportTemplatesReady = false; 3420 3420 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 3421 3426 #if defined (Q_WS_PM) || defined (Q_WS_X11) 3422 3427 /* As PM and X11 do not (to my knowledge) have functionality for providing
Note:
See TracChangeset
for help on using the changeset viewer.