[Winpt-commits] r74 - trunk/Src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Nov 8 08:23:16 CET 2005
Author: twoaday
Date: 2005-11-08 08:23:16 +0100 (Tue, 08 Nov 2005)
New Revision: 74
Modified:
trunk/Src/wptGPG.cpp
Log:
Correct path.
Modified: trunk/Src/wptGPG.cpp
===================================================================
--- trunk/Src/wptGPG.cpp 2005-11-08 07:15:13 UTC (rev 73)
+++ trunk/Src/wptGPG.cpp 2005-11-08 07:23:16 UTC (rev 74)
@@ -300,7 +300,7 @@
char*
check_for_gpg4win (void)
{
- return get_reg_entry_gpg4win ("\\gpg.exe");
+ return get_reg_entry_gpg4win ("gpg.exe");
}
More information about the Winpt-commits
mailing list