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 // ----------------------------------------------------------------------------- |