]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/Mainwindow.cxx
Change window title to FRIDA
[frida/frida.git] / 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);
 }