Fixed the R5 StyledEdit build -- removed B_BAD_DATA as it was defined in Errors.h, unbeknownst to me

Added Alt+W shortcuts to the Find and Replace windows in StyledEdit
Fixed the Escape key shortcut hack


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2006-08-07 18:24:18 +00:00
parent a68dd7c24a
commit eef409055a
3 changed files with 10 additions and 1 deletions
-1
View File
@@ -54,7 +54,6 @@ extern float roundf(float value);
#endif // HAIKU_TARGET_PLATFORM_HAIKU
#ifdef HAIKU_TARGET_PLATFORM_BEOS
# define B_BAD_DATA (B_NOT_ALLOWED+1)
# define B_REDO 'REDO'
#endif