[GME-commit]
GMESRC/GME/Gme MainFrm.cpp,1.31,1.32 GME.rc,1.141,1.142
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jul 21 13:22:28 CDT 2005
- Previous message: [GME-commit] GMESRC/GME/Gme PannButton.cpp,1.9,1.10
- Next message: [GME-commit] GMESRC/GME/Parser Helper.cpp,1.3,1.4 Helper.h,1.3,1.4
MgaParser.h,1.13,1.14 MgaParserClosureHelper.cpp,1.4,1.5
MgaParserSC.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv21411
Modified Files:
MainFrm.cpp GME.rc
Log Message:
MainFrm : more descriptive error message if wrong file dropped.
GME.rc : tab order in MGA_OPEN Dialog
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MainFrm.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/MainFrm.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** MainFrm.cpp 11 Jul 2005 17:42:19 -0000 1.31
--- MainFrm.cpp 21 Jul 2005 12:22:25 -0000 1.32
***************
*** 873,877 ****
}
else
! m_console.Message( "Can't read file: " + conn + "!", 3);
}
else
--- 873,877 ----
}
else
! m_console.Message( ".MGA and .XME files may be dropped only. Can't open file: " + conn + "!", 3);
}
else
Index: GME.rc
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GME.rc,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** GME.rc 19 Jul 2005 17:47:01 -0000 1.141
--- GME.rc 21 Jul 2005 12:22:25 -0000 1.142
***************
*** 652,659 ****
END
! IDD_MGAOPEN DIALOG 0, 0, 167, 100
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open"
! FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "&Next >",IDC_NEXT,52,79,46,14
--- 652,659 ----
END
! IDD_MGAOPEN DIALOGEX 0, 0, 167, 100
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open"
! FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "&Next >",IDC_NEXT,52,79,46,14
***************
*** 666,673 ****
CONTROL "Open ODBC data",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,58,44,102,10
- CONTROL 156,IDC_METAOPEN_BMP,"Static",SS_BITMAP,15,15,32,32
- CONTROL 155,IDC_MGAOPEN_BMP,"Static",SS_BITMAP,7,15,43,39
CONTROL "Open multi user project",IDC_RADIO4,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,58,59,102,10
END
--- 666,673 ----
CONTROL "Open ODBC data",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,58,44,102,10
CONTROL "Open multi user project",IDC_RADIO4,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,58,59,102,10
+ CONTROL 156,IDC_METAOPEN_BMP,"Static",SS_BITMAP,15,15,32,32
+ CONTROL 155,IDC_MGAOPEN_BMP,"Static",SS_BITMAP,7,15,43,39
END
- Previous message: [GME-commit] GMESRC/GME/Gme PannButton.cpp,1.9,1.10
- Next message: [GME-commit] GMESRC/GME/Parser Helper.cpp,1.3,1.4 Helper.h,1.3,1.4
MgaParser.h,1.13,1.14 MgaParserClosureHelper.cpp,1.4,1.5
MgaParserSC.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list