Changeset 2990
- Timestamp:
- 04/28/06 10:54:08 (3 years ago)
- Files:
-
- hydranode/hncore/hydranode.cpp (modified) (1 diff)
- hydranode/hngui/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/hydranode.cpp
r2956 r2990 448 448 449 449 std::string mod = Prefs::instance().read<std::string>( 450 "/LoadModules", "ed2k hnsh httpbt cgcomm"450 "/LoadModules", "ed2k hnsh bt cgcomm" 451 451 ); 452 452 Prefs::instance().write("/LoadModules", mod); hydranode/hngui/main.cpp
r2986 r2990 389 389 390 390 QStringList args; 391 args << "--disable-status" << "-l cgcomm,hnsh, http,ed2k,bt";391 args << "--disable-status" << "-l cgcomm,hnsh,ed2k,bt"; 392 392 args << "--disable-colors=true"; 393 393 #ifdef Q_OS_WIN32
