src/gui.cpp

changeset 515
a0ad72800b96
parent 508
7ace3537a560
child 522
afa691788bdb
equal deleted inserted replaced
514:d78fea0f664c 515:a0ad72800b96
240 240
241 if (LDFile::current()->history().pos() != LDFile::current()->savePos()) 241 if (LDFile::current()->history().pos() != LDFile::current()->savePos())
242 title += '*'; 242 title += '*';
243 } 243 }
244 244
245 #ifdef DEBUG
246 title += " [debug build]";
247 #elif BUILD_ID != BUILD_RELEASE
248 title += " [release build]";
249 #endif // DEBUG
250
245 setWindowTitle (title); 251 setWindowTitle (title);
246 } 252 }
247 253
248 // ============================================================================= 254 // =============================================================================
249 // ----------------------------------------------------------------------------- 255 // -----------------------------------------------------------------------------

mercurial