diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2011-03-31 14:44:20 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2011-03-31 14:44:20 +0000 |
commit | ce1dcb1daf05e2865d2707719b043baf3b93443c (patch) | |
tree | 6cae7db2f0308744c3bad0b803c865430efada6b /src/native/windows/setup/setup.h | |
parent | 7339e33f87ba229e9f76eb6efba78d474e2f6b15 (diff) | |
download | jitsi-ce1dcb1daf05e2865d2707719b043baf3b93443c.zip jitsi-ce1dcb1daf05e2865d2707719b043baf3b93443c.tar.gz jitsi-ce1dcb1daf05e2865d2707719b043baf3b93443c.tar.bz2 |
Adds debug output to the error dialog of setup.exe in order to easier locate the sources of the reproted errors in the source file (such as the 'Class does not exist' reported on the dev mailing list).
Diffstat (limited to 'src/native/windows/setup/setup.h')
-rw-r--r-- | src/native/windows/setup/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/windows/setup/setup.h b/src/native/windows/setup/setup.h index cefc92b..3dfaa5f 100644 --- a/src/native/windows/setup/setup.h +++ b/src/native/windows/setup/setup.h @@ -12,5 +12,6 @@ #define IDS_ISWOW64ACCEPTABLE2 2
#define IDS_ISWOW64ACCEPTABLE3 3
+#define IDS_LASTERRORFORMAT 4
#endif /* #ifndef _NET_JAVA_SIP_COMMUNICATOR_WINDOWS_SETUP_H_ */
|