* cmCopyWin and cmPasteWin defined only once

git-svn-id: trunk@811 -
This commit is contained in:
florian 2005-08-07 10:20:36 +00:00
parent 2f8fe7d2e6
commit bffed7b938
3 changed files with 7 additions and 6 deletions

View File

@ -182,8 +182,10 @@ const
cmUntilReturn = 239;
{ WARNING these two are also defined in weditor.pas PM }
{ and why aren't these defines then removed? Gabor }
{ commented out, now in wviews.pas FK
cmCopyWin = 240;
cmPasteWin = 241;
}
cmRegisters = 242;
cmFPURegisters = 243;
cmDoReload = 244;

View File

@ -21,7 +21,7 @@ interface
uses
Dos,Objects,Drivers,Views,Dialogs,Menus,
FVConsts,
WUtils;
WUtils,WViews;
const
cmFileNameChanged = 51234;
@ -712,10 +712,6 @@ type
const
cmCopyWin = 240;
cmPasteWin = 241;
{ used for ShiftDel and ShiftIns to avoid
GetShiftState to be considered for extending
selection (PM) }
@ -766,7 +762,7 @@ uses
{$ifdef TEST_REGEXP}
regexpr,
{$endif TEST_REGEXP}
WConsts,WViews,WCEdit;
WConsts,WCEdit;
type
RecordWord = sw_word;

View File

@ -20,6 +20,9 @@ uses Objects,Drivers,Views,Menus,Dialogs;
const
evIdle = $8000;
cmCopyWin = 240;
cmPasteWin = 241;
cmLocalMenu = 54100;
cmUpdate = 54101;
cmListFocusChanged = 54102;