X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.cxx;h=91a933bdb390567cc1af9013f9c70898d09847a0;hp=fd0c24595da1bfe0efc675ac395970ccce764ece;hb=4705f969626fcac48f390ba94f60f9d9572aff4e;hpb=f3a965524eae344fbd25ba486e9fa32e1262fcc4 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); }