From: Christoph Egger Date: Fri, 23 May 2014 16:33:16 +0000 (+0200) Subject: Change window title to FRIDA X-Git-Tag: v0.1~207 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=4705f969626fcac48f390ba94f60f9d9572aff4e Change window title to FRIDA --- diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index fd0c245..91a933b 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -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); }