[sword-svn] r2224 - trunk/utilities
scribe at crosswire.org
scribe at crosswire.org
Sat Jan 10 16:25:03 MST 2009
Author: scribe
Date: 2009-01-10 16:25:03 -0700 (Sat, 10 Jan 2009)
New Revision: 2224
Modified:
trunk/utilities/installmgr.cpp
Log:
modified upgrade visual indicator
Modified: trunk/utilities/installmgr.cpp
===================================================================
--- trunk/utilities/installmgr.cpp 2009-01-10 22:34:00 UTC (rev 2223)
+++ trunk/utilities/installmgr.cpp 2009-01-10 23:25:03 UTC (rev 2224)
@@ -144,7 +144,7 @@
SWBuf status = " ";
if (it->second & InstallMgr::MODSTAT_NEW) status = "*";
if (it->second & InstallMgr::MODSTAT_OLDER) status = "-";
- if (it->second & InstallMgr::MODSTAT_UPDATED) status = ">";
+ if (it->second & InstallMgr::MODSTAT_UPDATED) status = "+";
cout << status << "[" << module->Name() << "] \t(" << version << ") \t- " << module->Description() << "\n";
}
More information about the sword-cvs
mailing list