linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05209
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2819: no version message in debug mode
------------------------------------------------------------
revno: 2819
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Sun 2012-01-15 13:53:28 +0100
message:
no version message in debug mode
modified:
changelog.txt
win32/MainWindow.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt 2012-01-14 18:08:07 +0000
+++ changelog.txt 2012-01-15 12:53:28 +0000
@@ -9,6 +9,9 @@
* [L#804993] Improve multiple monitor support (poy)
* Propose a default nick using the Win user account name (poy)
+-- 0.791 2012-01-14 --
+* Update translations
+
-- 0.790 2011-12-29 --
* Fav users frame becomes users frame and shows all users
* Experimental implementation of KEYP ADC extension
=== modified file 'win32/MainWindow.cpp'
--- win32/MainWindow.cpp 2012-01-13 20:55:20 +0000
+++ win32/MainWindow.cpp 2012-01-15 12:53:28 +0000
@@ -1278,6 +1278,7 @@
url = xml.getChildData();
}
+#ifndef _DEBUG
xml.resetCurrentChild();
if(xml.findChild("Version")) {
if(Util::toDouble(xml.getChildData()) > VERSIONFLOAT) {
@@ -1301,6 +1302,7 @@
}
}
}
+#endif
xml.resetCurrentChild();
if(xml.findChild("Links")) {