[commit] r2482 - trunk/GME/Search
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon May 5 10:35:07 CDT 2014
Author: ksmyth
Date: Mon May 5 10:35:07 2014
New Revision: 2482
Log:
Dont advertise _abspath, since it only works for complete AbsPaths (not really what you might expect)
Modified:
trunk/GME/Search/SearchDlg.cpp
Modified: trunk/GME/Search/SearchDlg.cpp
==============================================================================
--- trunk/GME/Search/SearchDlg.cpp Thu May 1 16:50:36 2014 (r2481)
+++ trunk/GME/Search/SearchDlg.cpp Mon May 5 10:35:07 2014 (r2482)
@@ -184,7 +184,7 @@
InsertTextToControl(CString(L"_id="), m_edtAttributeCtrlFirst);
InsertTextToControl(CString(L"_guid="), m_edtAttributeCtrlFirst);
- InsertTextToControl(CString(L"_abspath="), m_edtAttributeCtrlFirst);
+ // InsertTextToControl(CString(L"_abspath="), m_edtAttributeCtrlFirst);
//load search history from registry
LoadSearchHistory();
More information about the gme-commit
mailing list