src/gui.cpp

changeset 515
a0ad72800b96
parent 508
7ace3537a560
child 522
afa691788bdb
--- a/src/gui.cpp	Fri Oct 18 22:07:26 2013 +0300
+++ b/src/gui.cpp	Fri Oct 18 22:30:08 2013 +0300
@@ -242,6 +242,12 @@
 			title += '*';
 	}
 
+#ifdef DEBUG
+	title += " [debug build]";
+#elif BUILD_ID != BUILD_RELEASE
+	title += " [release build]";
+#endif // DEBUG
+
 	setWindowTitle (title);
 }
 

mercurial