[commit] r1741 - trunk/GME/GMEActiveBrowser
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Dec 9 09:25:16 CST 2011
Author: ksmyth
Date: Fri Dec 9 09:25:16 2011
New Revision: 1741
Log:
FIXME
Modified:
trunk/GME/GMEActiveBrowser/AggregateTreeCtrl.cpp
Modified: trunk/GME/GMEActiveBrowser/AggregateTreeCtrl.cpp
==============================================================================
--- trunk/GME/GMEActiveBrowser/AggregateTreeCtrl.cpp Fri Dec 9 09:25:05 2011 (r1740)
+++ trunk/GME/GMEActiveBrowser/AggregateTreeCtrl.cpp Fri Dec 9 09:25:16 2011 (r1741)
@@ -49,7 +49,7 @@
TVINSERTSTRUCT tvInsert;
tvInsert.hParent = hParent;
- tvInsert.hInsertAfter = NULL;
+ tvInsert.hInsertAfter = NULL; // FIXME: does this mean we're doing insertion sort?
tvInsert.item.pszText = strObjectName.GetBuffer(0);
tvInsert.item.state=0;
More information about the gme-commit
mailing list