From kde-commits Mon Jul 12 22:46:42 2004 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Mon, 12 Jul 2004 22:46:42 +0000 To: kde-commits Subject: kdelibs/kdeui Message-Id: <20040712224642.CD00416B13 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108967242105124 CVS commit by luis_pedro: Make the icons for firstPage/lastPage be start/finish (horizontal arrows) instead of top/bottom (vertical arrows), for consistency with next/previous (which are horizontal arrows) CCMAIL: 83764-close@bugs.kde.org M +2 -2 kstdaction_p.h 1.7 --- kdelibs/kdeui/kstdaction_p.h #1.6:1.7 @@ -67,6 +67,6 @@ static const KStdActionInfo g_rgActionIn { GotoPage, KStdAccel::AccelNone, "go_goto_page", I18N_NOOP("&Go to Page..."), 0, "goto" }, { GotoLine, KStdAccel::GotoLine, "go_goto_line", I18N_NOOP("&Go to Line..."), 0, 0 }, - { FirstPage, KStdAccel::Home, "go_first", I18N_NOOP("&First Page"), 0, "top" }, - { LastPage, KStdAccel::End, "go_last", I18N_NOOP("&Last Page"), 0, "bottom" }, + { FirstPage, KStdAccel::Home, "go_first", I18N_NOOP("&First Page"), 0, "start" }, + { LastPage, KStdAccel::End, "go_last", I18N_NOOP("&Last Page"), 0, "finish" }, { AddBookmark, KStdAccel::AddBookmark, "bookmark_add", I18N_NOOP("&Add Bookmark"), 0, "bookmark_add" },