- Timestamp:
- May 23, 2014 5:52:35 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r51375 r51379 1253 1253 foreach (const int iActionPoolKey, m_pool.keys()) 1254 1254 m_pool[iActionPoolKey]->retranslateUi(); 1255 /* Re-apply shortcuts: */1255 /* Re-apply Runtime UI shortcuts: */ 1256 1256 sltApplyShortcuts(); 1257 /* Temporary create Selector UI pool to do the same: */ 1258 UIActionPool::createTemporary(UIActionPoolType_Selector); 1257 1259 } 1258 1260 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r51375 r51379 986 986 foreach (const int iActionPoolKey, m_pool.keys()) 987 987 m_pool[iActionPoolKey]->retranslateUi(); 988 /* Re-apply shortcuts: */988 /* Re-apply Selector UI shortcuts: */ 989 989 sltApplyShortcuts(); 990 /* Temporary create Runtime UI pool to do the same: */ 991 UIActionPool::createTemporary(UIActionPoolType_Runtime); 990 992 } 991 993
Note:
See TracChangeset
for help on using the changeset viewer.