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.rc | |
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.rc')
-rw-r--r-- | src/native/windows/setup/setup.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/windows/setup/setup.rc b/src/native/windows/setup/setup.rc index 2b7b6bc..458c5b0 100644 --- a/src/native/windows/setup/setup.rc +++ b/src/native/windows/setup/setup.rc @@ -13,6 +13,7 @@ STRINGTABLE BEGIN
IDS_ISWOW64ACCEPTABLE2 "The version of this file is x86 (32-bit) and the version of Windows you're running is x64 (64-bit). It is recommended to install the x64 (64-bit) version of the program.\012\012Continue anyway?"
IDS_ISWOW64ACCEPTABLE3 "The version of this file is x86 (32-bit) and the version of Windows you're running is x64 (64-bit). It is recommended to install the x64 (64-bit) version of the program."
+ IDS_LASTERRORFORMAT "%1!s! has encountered error %2!d! in file %3!s! at line %4!d!:\012\012%5!s!"
END
1 VERSIONINFO
|