src/gui.cc

changeset 566
549c63863544
parent 563
10939452bf86
child 575
59c0b57e843b
equal deleted inserted replaced
565:e403aad83f60 566:549c63863544
248 } 248 }
249 249
250 #ifdef DEBUG 250 #ifdef DEBUG
251 title += " [debug build]"; 251 title += " [debug build]";
252 #elif BUILD_ID != BUILD_RELEASE 252 #elif BUILD_ID != BUILD_RELEASE
253 title += " [release build]"; 253 title += " [pre-release build]";
254 #endif // DEBUG 254 #endif // DEBUG
255 255
256 setWindowTitle (title); 256 setWindowTitle (title);
257 } 257 }
258 258

mercurial