src/mainWindow.cc

changeset 808
a7d5a97839a0
parent 806
4240f47aa2d4
child 815
efe34366e56a
equal deleted inserted replaced
807:2a8889692c25 808:a7d5a97839a0
269 #elif BUILD_ID != BUILD_RELEASE 269 #elif BUILD_ID != BUILD_RELEASE
270 title += " [pre-release build]"; 270 title += " [pre-release build]";
271 #endif // DEBUG 271 #endif // DEBUG
272 272
273 if (commitTimeString()[0] != '\0') 273 if (commitTimeString()[0] != '\0')
274 title += format (" (%1)", commitTimeString()); 274 title += format (" (%1)", QString::fromUtf8 (commitTimeString()));
275 275
276 setWindowTitle (title); 276 setWindowTitle (title);
277 } 277 }
278 278
279 // ============================================================================= 279 // =============================================================================

mercurial