X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;fp=src%2Fgeneraltab.cpp;h=5277e2a1e40983542802e6eaf1776548428be998;hb=8eb70a8369511a54803410b9bc5918b3077bfb52;hp=7b18549619638885984e9e5fd77100ecce764c69;hpb=4560acacef35db75a8bab4854d544d297f6c7cb9;p=schematic diff --git a/src/generaltab.cpp b/src/generaltab.cpp index 7b18549..5277e2a 100644 --- a/src/generaltab.cpp +++ b/src/generaltab.cpp @@ -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 // @@ -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() { } +