From 66f972a288916824d9001c1931bf4c5db1bed82b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 23 May 2011 22:30:16 +0000 Subject: Minor change, just rebranded GatsCon to "Gats Console" for the display. --- src/gatscon/filewidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gatscon/filewidget.cpp') diff --git a/src/gatscon/filewidget.cpp b/src/gatscon/filewidget.cpp index 70f7b03..dbd70fd 100644 --- a/src/gatscon/filewidget.cpp +++ b/src/gatscon/filewidget.cpp @@ -55,7 +55,7 @@ void FileWidget::saveTo( const QString &sFile ) void FileWidget::addRootItem() { - QString sText = QInputDialog::getText( this, "GatsCon - Add Root Item", + QString sText = QInputDialog::getText( this, "Gats Console - Add Root Item", "Gats:"); Gats::Object *pObj = Gats::Object::strToGats( sText.toAscii().constData() ); QTreeWidgetItem *pNew = new QTreeWidgetItem( -- cgit v1.2.3