mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Rename prev/next actions to reflect its positional behaviour
This commit is contained in:
@ -117,10 +117,10 @@ private:
|
||||
QList<QAction *> recentFilesActionList;
|
||||
QAction *clearRecentFilesAction;
|
||||
QAction *saveImageAction;
|
||||
QAction *openPreviousComicAction;
|
||||
QAction *openNextComicAction;
|
||||
QAction *nextAction;
|
||||
QAction *prevAction;
|
||||
QAction *openComicOnTheLeftAction;
|
||||
QAction *openComicOnTheRightAction;
|
||||
QAction *goToPageOnTheRightAction;
|
||||
QAction *goToPageOnTheLeftAction;
|
||||
QAction *adjustWidthAction;
|
||||
QAction *adjustHeightAction;
|
||||
QAction *goToPageAction;
|
||||
|
Reference in New Issue
Block a user