Update of /cvsroot/gcblue/gcb_wx/include/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18200
Modified Files:
wxcommands.h
Log Message:
removed comma at the end of enum
Index: wxcommands.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wxcommands.h 6 Mar 2004 20:52:28 -0000 1.12
--- wxcommands.h 28 Mar 2004 11:32:09 -0000 1.13
***************
*** 47,51 ****
ID_CONNECT = 160,
ID_SENDTEST = 170,
! ID_CHATPROTOCOL = 180,
};
--- 47,51 ----
ID_CONNECT = 160,
ID_SENDTEST = 170,
! ID_CHATPROTOCOL = 180
};
|