[GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.113,1.114 GMEVersion.h,1.12,1.13
MainFrm.cpp,1.21,1.22
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue May 11 10:22:12 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv9867
Modified Files:
GMEApp.cpp GMEVersion.h MainFrm.cpp
Log Message:
Components: string was removed from the toolbar
CVS User: volgy
Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** GMEApp.cpp 22 Apr 2004 12:25:51 -0000 1.113
--- GMEApp.cpp 11 May 2004 14:22:09 -0000 1.114
***************
*** 692,697 ****
for(int i = 0; i < plugins.GetSize() + interpreters.GetSize(); ++i) {
! // insert separator between plugin and interpreter icons
! if(i == plugins.GetSize()) {
TBBUTTON but = { 0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0,0 };
tbc.AddButtons(1,&but);
--- 692,697 ----
for(int i = 0; i < plugins.GetSize() + interpreters.GetSize(); ++i) {
! // insert separator between plugin and interpreter icons (if at least one plugin exits)
! if((i == plugins.GetSize()) && (i != 0)) {
TBBUTTON but = { 0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0,0 };
tbc.AddButtons(1,&but);
Index: GMEVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEVersion.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** GMEVersion.h 7 May 2004 06:58:36 -0000 1.12
--- GMEVersion.h 11 May 2004 14:22:09 -0000 1.13
***************
*** 4,8 ****
#define GME_VERSION_MAJOR 4 // MAJOR = Last two digits of Year
#define GME_VERSION_MINOR 5 // MINOR = Month
! #define GME_VERSION_PLEVEL 7 // PATCH LEVEL = Day
#define _VERSION_STRING2(x) #x
--- 4,8 ----
#define GME_VERSION_MAJOR 4 // MAJOR = Last two digits of Year
#define GME_VERSION_MINOR 5 // MINOR = Month
! #define GME_VERSION_PLEVEL 10 // PATCH LEVEL = Day
#define _VERSION_STRING2(x) #x
Index: MainFrm.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/MainFrm.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** MainFrm.cpp 7 May 2004 20:58:25 -0000 1.21
--- MainFrm.cpp 11 May 2004 14:22:09 -0000 1.22
***************
*** 128,132 ****
!m_wndReBar.AddBar(&m_wndToolBar) ||
! !m_wndReBar.AddBar(&m_wndComponentBar, "Components:"))
{
TRACE0("Failed to create rebar\n");
--- 128,132 ----
!m_wndReBar.AddBar(&m_wndToolBar) ||
! !m_wndReBar.AddBar(&m_wndComponentBar))
{
TRACE0("Failed to create rebar\n");
More information about the GME-commit
mailing list