Changeset 546
- Timestamp:
- 04/01/06 01:13:22 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gui/config/configdialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/config/configdialog.cpp
r535 r546 66 66 67 67 /* Create and bind the Save button */ 68 _actionSave = new QAction(QIcon(IMAGE_SAVE), tr("Save"), grp);68 _actionSave = new QAction(QIcon(IMAGE_SAVE), tr("Save"), ui.toolBar); 69 69 _actionSave->setFont(FONT); 70 70 ui.toolBar->addAction(_actionSave); … … 72 72 73 73 /* Create and bind the Cancel button */ 74 _actionCancel = new QAction(QIcon(IMAGE_CANCEL), tr("Cancel"), grp);74 _actionCancel = new QAction(QIcon(IMAGE_CANCEL), tr("Cancel"), ui.toolBar); 75 75 _actionCancel->setFont(FONT); 76 76 ui.toolBar->addAction(_actionCancel);
