diff options
Diffstat (limited to 'kspread/kspread_view.cc')
| -rw-r--r-- | kspread/kspread_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_view.cc b/kspread/kspread_view.cc index 253a92671..ae6456a6a 100644 --- a/kspread/kspread_view.cc +++ b/kspread/kspread_view.cc @@ -1061,11 +1061,11 @@ void View::Private::initActions() TQt::CTRL+TQt::Key_PageUp, TQT_TQOBJECT(view), TQT_SLOT( previousSheet() ), ac, "previousSheet"); actions->prevSheet->setToolTip(i18n("Move to the previous sheet.")); - actions->firstSheet = new TDEAction( i18n("First Sheet"), "start", + actions->firstSheet = new TDEAction( i18n("First Sheet"), "go-first", 0, TQT_TQOBJECT(view), TQT_SLOT( firstSheet() ), ac, "firstSheet"); actions->firstSheet->setToolTip(i18n("Move to the first sheet.")); - actions->lastSheet = new TDEAction( i18n("Last Sheet"), "finish", + actions->lastSheet = new TDEAction( i18n("Last Sheet"), "go-last", 0, TQT_TQOBJECT(view), TQT_SLOT( lastSheet() ), ac, "lastSheet"); actions->lastSheet->setToolTip(i18n("Move to the last sheet.")); |
