src/gui.cc

changeset 613
2d01590da286
parent 611
6679e47b019f
child 614
aac6f0021070
equal deleted inserted replaced
612:ad1ba9509ba3 613:2d01590da286
283 title += " [debug build]"; 283 title += " [debug build]";
284 #elif BUILD_ID != BUILD_RELEASE 284 #elif BUILD_ID != BUILD_RELEASE
285 title += " [pre-release build]"; 285 title += " [pre-release build]";
286 #endif // DEBUG 286 #endif // DEBUG
287 287
288 title += " (built " COMPILE_DATE ")";
289
288 setWindowTitle (title); 290 setWindowTitle (title);
289 } 291 }
290 292
291 // ============================================================================= 293 // =============================================================================
292 // ----------------------------------------------------------------------------- 294 // -----------------------------------------------------------------------------

mercurial