- Timestamp:
- Jul 4, 2014 4:30:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r51668 r51874 3935 3935 UIPopupCenter::create(); 3936 3936 3937 /* Prepare general icon-pool: */ 3938 m_pIconPool = new UIIconPoolGeneral; 3939 3937 3940 /* Load translation based on the current locale: */ 3938 3941 loadLanguage(); … … 4013 4016 } 4014 4017 } 4015 4016 /* Prepare general icon-pool: */4017 m_pIconPool = new UIIconPoolGeneral;4018 4018 4019 4019 qApp->installEventFilter (this);
Note:
See TracChangeset
for help on using the changeset viewer.