[GME-commit] GMESRC/GME/MgaUtil RegistryTree.cpp,1.4,1.5
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jan 10 16:25:30 CST 2005
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep MakeVisitor.cpp,1.5,1.6
- Next message: [GME-commit]
GMESRC/GME/Gme sizecbar.h,1.1,1.2 ScrollZoomView.cpp,1.16,1.17
PartBrowser.h,1.3,1.4 PanningWindow.h,1.4,1.5 GMEOLEPanel.h,1.2,1.3
GMEOLEPanel.cpp,1.3,1.4 GMEOLEModel.h,1.3,1.4
GMEOLEModel.cpp,1.6,1.7 GMEOLEApp.h,1.4,1.5 GMEOLEApp.cpp,1.8,1.9
GMEObjectInspector.h,1.6,1.7 GMEDoc.h,1.11,1.12
GMEDoc.cpp,1.25,1.26 GMEConsole.h,1.2,1.3 GMEBrowser.h,1.8,1.9
GMEBrowser.cpp,1.28,1.29 gmeactivebrowser.h,1.2,1.3
gmeactivebrowser.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/MgaUtil
In directory braindrain:/tmp/cvs-serv16988/GMESRC/GME/MgaUtil
Modified Files:
RegistryTree.cpp
Log Message:
CR/LF problems in the registry browser are fixed. (GME-88)
CVS User: volgy
Index: RegistryTree.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/RegistryTree.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RegistryTree.cpp 15 Mar 2001 19:03:00 -0000 1.4
--- RegistryTree.cpp 10 Jan 2005 22:25:21 -0000 1.5
***************
*** 57,60 ****
--- 57,61 ----
if (oldnode->status == ATTSTATUS_HERE) {
oldnode->value = dlg->m_regnodeValue;
+ oldnode->value.Replace("\r\n","\n"); // Remove Win32 GUI line ends
}
}
***************
*** 87,90 ****
--- 88,92 ----
}
dlg->m_regnodeValue = newnode->value;
+ dlg->m_regnodeValue.Replace("\n", "\r\n"); // Add Win32 GUI line ends
dlg->UpdateData(FALSE);
}
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep MakeVisitor.cpp,1.5,1.6
- Next message: [GME-commit]
GMESRC/GME/Gme sizecbar.h,1.1,1.2 ScrollZoomView.cpp,1.16,1.17
PartBrowser.h,1.3,1.4 PanningWindow.h,1.4,1.5 GMEOLEPanel.h,1.2,1.3
GMEOLEPanel.cpp,1.3,1.4 GMEOLEModel.h,1.3,1.4
GMEOLEModel.cpp,1.6,1.7 GMEOLEApp.h,1.4,1.5 GMEOLEApp.cpp,1.8,1.9
GMEObjectInspector.h,1.6,1.7 GMEDoc.h,1.11,1.12
GMEDoc.cpp,1.25,1.26 GMEConsole.h,1.2,1.3 GMEBrowser.h,1.8,1.9
GMEBrowser.cpp,1.28,1.29 gmeactivebrowser.h,1.2,1.3
gmeactivebrowser.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list