Changeset 87

Show
Ignore:
Timestamp:
01/14/06 00:37:50 (3 years ago)
Author:
edmanm
Message:

Change the default Tor path on Windows to something a little more likely to
work. Justin, can you check if this is correct?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config/vidaliasettings.cpp

    r85 r87  
    3636/* Default Settings */ 
    3737#if defined( Q_OS_WIN32) 
    38 #define DEFAULT_TOR_PATH       "C:\\Program\\ Files\\Tor" 
     38#define DEFAULT_TOR_PATH       "\"C:\\Program Files\\Tor\"" 
    3939#elif defined(Q_OS_MACX) 
    4040#define DEFAULT_TOR_PATH       "/usr/bin"