Rename to Tenmon
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent),
|
||||
setCentralWidget(m_image);
|
||||
resize(800, 600);
|
||||
|
||||
setWindowTitle(tr("Image Selector"));
|
||||
setWindowTitle(tr("Tenmon"));
|
||||
|
||||
m_ringList = new ImageRingList(this);
|
||||
connect(m_ringList, SIGNAL(pixmapLoaded(QPixmap)), this, SLOT(pixmapLoaded(QPixmap)));
|
||||
|
||||
Reference in New Issue
Block a user