cosmetic cleanup

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3094 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-04-22 06:32:09 +00:00
parent 5abaecfeb2
commit e648cd8a9d
+1 -10
View File
@@ -5,19 +5,10 @@
#include <GraphicsDefs.h>
#include <SupportDefs.h>
//See if this takes care of some problems with closing the application
//by clicking the windowtab
//#define APP_SIGNATURE "application/x-vnd.obos-stylededit"
//application signature consistent with with the one in StyledEdit.rdef
//seems to work, 021021
#define APP_SIGNATURE "application/x-vnd.obos.styled-edit"
const float TEXT_INSET= 3.0;
const float TEXT_INSET = 3.0;
/*Messages for window registry with application*/
const uint32 WINDOW_REGISTRY_ADD= 'WRad';
const uint32 WINDOW_REGISTRY_SUB='WRsb';
const uint32 WINDOW_REGISTRY_ADDED='WRdd';
/*Messages for menu commands
file menu*/
const uint32 MENU_NEW ='MFnw';