]> git.siccegge.de Git - frida/frida.git/commitdiff
Change window title to FRIDA
authorChristoph Egger <christoph@christoph-egger.org>
Fri, 23 May 2014 16:33:16 +0000 (18:33 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Fri, 23 May 2014 16:33:16 +0000 (18:33 +0200)
src/gui/Mainwindow.cxx

index fd0c24595da1bfe0efc675ac395970ccce764ece..91a933bdb390567cc1af9013f9c70898d09847a0 100644 (file)
@@ -36,7 +36,7 @@ Mainwindow::Mainwindow(const std::string& filename)
     connect(listWidget, SIGNAL(currentRowChanged(int)),
             stackedWidget, SLOT(setCurrentIndex(int)));
 
-    setWindowTitle(tr("Notepad"));
+    setWindowTitle(tr("FRIDA"));
 
        openBinary(filename);
 }