]> Shamusworld >> Repos - schematic/blobdiff - src/generaltab.cpp
Added Note capability.
[schematic] / src / generaltab.cpp
index 7b18549619638885984e9e5fd77100ecce764c69..5277e2a1e40983542802e6eaf1776548428be998 100644 (file)
@@ -1,9 +1,8 @@
 //
 // generaltab.cpp: "General" tab on the settings dialog
 //
-// Part of the Architektonas Project
-// (C) 2011 Underground Software
-// See the README and GPLv3 files for licensing and warranty information
+// Part of the SCheMatic Project
+// (C) 2012 Underground Software
 //
 // JLH = James Hammons <jlhamm@acm.org>
 //
@@ -16,7 +15,7 @@
 
 GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent)
 {
-       antialiasChk = new QCheckBox(tr("Use Qt's built-in antialiasing"));
+       antialiasChk = new QCheckBox(tr("Please make my life better"));
 
        QVBoxLayout * layout = new QVBoxLayout;
        layout->addWidget(antialiasChk);
@@ -26,3 +25,4 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent)
 GeneralTab::~GeneralTab()
 {
 }
+