author | leseb <leseb> | 2002-04-15 09:00:44 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-15 09:00:44 (UTC) |
commit | 6b54ff5560ca6cedfea7f9cdd353c97a27da7af7 (patch) (side-by-side diff) | |
tree | 1b7df990a1b6aab54dc88fe146df099dadd6414f | |
parent | 6f1a7be4561fe4f441b00abc379ece2dec837517 (diff) | |
download | opie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.zip opie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.tar.gz opie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.tar.bz2 |
Fix text
-rw-r--r-- | noncore/graphics/drawpad/newpagedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/newpagedialog.cpp b/noncore/graphics/drawpad/newpagedialog.cpp index 5c31978..14bcfb3 100644 --- a/noncore/graphics/drawpad/newpagedialog.cpp +++ b/noncore/graphics/drawpad/newpagedialog.cpp @@ -45,5 +45,5 @@ NewPageDialog::NewPageDialog(uint width, uint height, const QColor& penColor, QRadioButton* whiteColorRadioButton = new QRadioButton(tr("White"), m_pContentButtonGroup); QRadioButton* penColorRadioButton = new QRadioButton(tr("Pen Color"), m_pContentButtonGroup); - QRadioButton* brushColorRadioButton = new QRadioButton(tr("Brush Color"), m_pContentButtonGroup); + QRadioButton* brushColorRadioButton = new QRadioButton(tr("Fill Color"), m_pContentButtonGroup); m_pContentButtonGroup->setButton(0); |