Changeset 6144
- Timestamp:
- 04/12/08 16:50:39 (8 months ago)
- Location:
- trunk/qt4-gui/src/core
- Files:
-
- 2 modified
-
mainwin.cpp (modified) (1 diff)
-
systemmenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/mainwin.cpp
r6127 r6144 1025 1025 "<li><tt>Ctrl-M : </tt>Toggle mini-mode</li>" 1026 1026 "<li><tt>Ctrl-O : </tt>Toggle show offline users</li>" 1027 "<li><tt>Ctrl-T : </tt>Toggle group show</li>" 1027 1028 "<li><tt>Ctrl-X : </tt>Exit</li>" 1028 1029 "<li><tt>Ctrl-H : </tt>Hide</li>" -
trunk/qt4-gui/src/core/systemmenu.cpp
r6139 r6144 218 218 myThreadViewAction = addAction(tr("&Thread Group View"), Config::ContactList::instance(), SLOT(setThreadView(bool))); 219 219 myThreadViewAction->setCheckable(true); 220 myThreadViewAction->setShortcut(Qt::CTRL + Qt::Key_T); 220 221 myShowEmptyGroupsAction = addAction(tr("Sh&ow Empty Groups"), Config::ContactList::instance(), SLOT(setShowEmptyGroups(bool))); 221 222 myShowEmptyGroupsAction->setCheckable(true);
