[GME-commit] GMESRC/GME/Gme GMEVersion.h,1.36,1.37 MgaOpenDlg.cpp,1.13,1.14

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Sep 14 16:20:25 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv17259/GME/Gme

Modified Files:
	GMEVersion.h MgaOpenDlg.cpp 
Log Message:
Preparing for public release
GME open dialog fixed for multiuser projects

CVS User: Peter Volgyesi, ISIS (volgy)

Index: GMEVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEVersion.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** GMEVersion.h	12 Sep 2005 20:09:06 -0000	1.36
--- GMEVersion.h	14 Sep 2005 15:20:23 -0000	1.37
***************
*** 4,8 ****
  #define GME_VERSION_MAJOR	5		// MAJOR = Last two digits of Year
  #define GME_VERSION_MINOR	9		// MINOR = Month
! #define GME_VERSION_PLEVEL	12		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 
--- 4,8 ----
  #define GME_VERSION_MAJOR	5		// MAJOR = Last two digits of Year
  #define GME_VERSION_MINOR	9		// MINOR = Month
! #define GME_VERSION_PLEVEL	15		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 

Index: MgaOpenDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/MgaOpenDlg.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MgaOpenDlg.cpp	24 Jun 2005 17:58:01 -0000	1.13
--- MgaOpenDlg.cpp	14 Sep 2005 15:20:23 -0000	1.14
***************
*** 38,41 ****
--- 38,42 ----
  		title = "Save";
  		filemsg = "Save project file";
+ 		xmlfilemsg = "Save multi user project";
  		flag_isopen = false;
  		flag_back = false;
***************
*** 46,49 ****
--- 47,51 ----
  		title = "Save As";
  		filemsg = "Save project file";
+ 		xmlfilemsg = "Save multi user project";
  		flag_isopen = false;
  		flag_back = false;
***************
*** 63,66 ****
--- 65,69 ----
  		title = "Import to new project";
  		filemsg = "Create project file";
+ 		xmlfilemsg = "Create multi user project";
  		flag_isopen = true;
  		flag_back = false;
***************
*** 71,74 ****
--- 74,78 ----
  		title = "Select project";
  		filemsg = "Open project file";
+ 		xmlfilemsg = "Open multi user project";
  		flag_isopen = true;
  		flag_back = false;



More information about the GME-commit mailing list