Skip to content

Commit e853c6b

Browse files
committed
adding window differentiation banner
Signed-off-by: Jacob Gilbert <jacobgilbert@protonmail.com>
1 parent bcc723b commit e853c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mainwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
MainWindow::MainWindow()
3030
{
31-
setWindowTitle(tr("inspectrum"));
31+
setWindowTitle(tr("inspectrum - jacobagilbert edition"));
3232

3333
QPixmapCache::setCacheLimit(40960);
3434

@@ -69,7 +69,7 @@ MainWindow::MainWindow()
6969

7070
void MainWindow::openFile(QString fileName)
7171
{
72-
QString title="%1: %2";
72+
QString title="%1 jacobagilbert edition: %2";
7373
this->setWindowTitle(title.arg(QApplication::applicationName(),fileName.section('/',-1,-1)));
7474

7575
// Try to parse osmocom_fft filenames and extract the sample rate and center frequency.

0 commit comments

Comments
 (0)