Changeset 47169 in vbox for trunk/src/VBox
- Timestamp:
- Jul 15, 2013 3:35:24 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r47166 r47169 181 181 <file alias="refresh_32px.png">images/refresh_32px.png</file> 182 182 <file alias="refresh_disabled_32px.png">images/refresh_disabled_32px.png</file> 183 <file alias=" show_logs_16px.png">images/show_logs_16px.png</file>184 <file alias=" show_logs_disabled_16px.png">images/show_logs_disabled_16px.png</file>185 <file alias=" show_logs_22px.png">images/show_logs_22px.png</file>186 <file alias=" show_logs_disabled_22px.png">images/show_logs_disabled_22px.png</file>183 <file alias="vm_show_logs_16px.png">images/vm_show_logs_16px.png</file> 184 <file alias="vm_show_logs_disabled_16px.png">images/vm_show_logs_disabled_16px.png</file> 185 <file alias="vm_show_logs_22px.png">images/vm_show_logs_22px.png</file> 186 <file alias="vm_show_logs_disabled_22px.png">images/vm_show_logs_disabled_22px.png</file> 187 187 <file alias="description_16px.png">images/description_16px.png</file> 188 188 <file alias="description_disabled_16px.png">images/description_disabled_16px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.cpp
r44528 r47169 386 386 setWindowIcon(UIIconPool::iconSetFull(QSize(32, 32), QSize(16, 16), 387 387 ":/vm_show_logs_32px.png", 388 ":/ show_logs_16px.png"));388 ":/vm_show_logs_16px.png")); 389 389 390 390 /* Create VM Log Vewer container: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r47160 r47169 294 294 UIActionSimpleLogDialog(UIActionPool *pParent) 295 295 : UIActionSimple(pParent, QSize(32, 32), QSize(16, 16), 296 ":/vm_show_logs_32px.png", ":/ show_logs_16px.png",297 ":/vm_show_logs_disabled_32px.png", ":/ show_logs_disabled_16px.png")296 ":/vm_show_logs_32px.png", ":/vm_show_logs_16px.png", 297 ":/vm_show_logs_disabled_32px.png", ":/vm_show_logs_disabled_16px.png") 298 298 { 299 299 retranslateUi();
Note:
See TracChangeset
for help on using the changeset viewer.