diff --git a/TODO b/TODO
index dc0f50e22..a04281bad 100644
--- a/TODO
+++ b/TODO
@@ -32,8 +32,6 @@
- Web interface?
// Before 0.7.0
-- Test file previewing
- Test tracker authentication
- Wait for libtorrent v0.11 final release
-- Test DHT
-- Test incremental download
+
diff --git a/src/about.ui b/src/about.ui
index 6a7ab252d..c9071c182 100644
--- a/src/about.ui
+++ b/src/about.ui
@@ -396,7 +396,11 @@ Copyright © 2006 by Christophe Dumez<br>
6
-
-
+
+
+ QTextEdit::NoWrap
+
+
diff --git a/src/src.pro b/src/src.pro
index e90d144b4..9e1a8c4c4 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -22,6 +22,8 @@ contains(DEBUG_MODE, 0){
message(Release build!)
}
+QMAKE_CXXFLAGS_RELEASE += -fwrapv
+QMAKE_CXXFLAGS_DEBUG += -fwrapv
LIBS += -lcurl
CONFIG += link_pkgconfig
PKGCONFIG += libtorrent