From 9eb1d6a025df21845ce84a67efb05c6870ce44fa Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 22 Jun 2009 15:25:12 +0000 Subject: [PATCH] IDE: source editor: replaced move editor with move page git-svn-id: trunk@20714 - --- ide/lazarusidestrconsts.pas | 8 ++++---- ide/sourceeditor.pp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 4d76e87889..4a7773e601 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1859,10 +1859,10 @@ resourcestring uemAddWatchAtCursor = 'Add &Watch At Cursor'; uemRunToCursor='&Run to Cursor'; uemViewCallStack = 'View Call Stack'; - uemMoveEditorLeft='Move Editor Left'; - uemMoveEditorRight='Move Editor Right'; - uemMoveEditorLeftmost='Move Editor Leftmost'; - uemMoveEditorRightmost='Move Editor Rightmost'; + uemMovePageLeft='Move page left'; + uemMovePageRight='Move page right'; + uemMovePageLeftmost='Move page leftmost'; + uemMovePageRightmost='Move page rightmost'; uemRefactor = 'Refactoring'; uemCompleteCode = 'Complete Code'; uemEncloseSelection = 'Enclose Selection'; diff --git a/ide/sourceeditor.pp b/ide/sourceeditor.pp index fe9954a1a3..f514c71ac8 100644 --- a/ide/sourceeditor.pp +++ b/ide/sourceeditor.pp @@ -962,13 +962,13 @@ begin 'Move Page ...', lisMovePage); AParent:=SrcEditSubMenuMovePage; SrcEditMenuMoveEditorLeft:=RegisterIDEMenuCommand(AParent,'MoveEditorLeft', - uemMoveEditorLeft); + uemMovePageLeft); SrcEditMenuMoveEditorRight:=RegisterIDEMenuCommand(AParent,'MoveEditorRight', - uemMoveEditorRight); + uemMovePageRight); SrcEditMenuMoveEditorFirst:=RegisterIDEMenuCommand(AParent,'MoveEditorLeftmost', - uemMoveEditorLeftmost); + uemMovePageLeftmost); SrcEditMenuMoveEditorLast:=RegisterIDEMenuCommand(AParent,'MoveEditorRightmost', - uemMoveEditorRightmost); + uemMovePageRightmost); // register the sub menu Open File SrcEditSubMenuOpenFile:=RegisterIDESubMenu(SrcEditMenuSectionPages,