/branches/Version13x/Scribus/scribus/customfdialog.cpp |
---|
334,6 → 334,7 |
} |
HomeB = new QToolButton(this); |
HomeB->setIconSet(loadIcon("gohome.png")); |
HomeB->setAutoRaise(true); |
HomeB->setTextLabel( tr("Moves to your Document Directory.\nThis can be set in the Preferences.")); |
connect(HomeB, SIGNAL(clicked()), this, SLOT(slotHome())); |
addToolButton(HomeB); |