summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-24 03:58:45 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-24 03:58:45 +0000
commit090c84627c99fb50329a92f909506093df9e9c3d (patch)
tree7682ce5571e9e8c0bacaaf94c06baa0ee640f87d
parent74f74a06c6f583ff15395501b4c6c541aec0da2c (diff)
downloadtor-090c84627c99fb50329a92f909506093df9e9c3d.tar.gz
tor-090c84627c99fb50329a92f909506093df9e9c3d.zip
patch to nick's patch
svn:r2969
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index fe5dba55be..d02e04dce3 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -70,7 +70,7 @@ int has_completed_circuit=0;
#ifdef MS_WINDOWS_SERVICE
#include <tchar.h>
#define GENSRV_SERVICENAME TEXT("tor-"VERSION)
-#define GENSRV_DISPLAYNAME TEXT("Tor "VERSION" pre6 Win32 Service")
+#define GENSRV_DISPLAYNAME TEXT("Tor "VERSION" Win32 Service")
SERVICE_STATUS service_status;
SERVICE_STATUS_HANDLE hStatus;
static char **backup_argv;