-rw-r--r-- | core/applets/screenshotapplet/screenshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/screenshot.cpp b/core/applets/screenshotapplet/screenshot.cpp index 16d5588..9d8d4fc 100644 --- a/core/applets/screenshotapplet/screenshot.cpp +++ b/core/applets/screenshotapplet/screenshot.cpp | |||
@@ -83,7 +83,7 @@ ScreenshotControl::ScreenshotControl( QWidget *parent, const char *name ) | |||
83 | grabItButton= new QPushButton( this, "GrabButton" ); | 83 | grabItButton= new QPushButton( this, "GrabButton" ); |
84 | // qDebug("new pushbutton"); | 84 | // qDebug("new pushbutton"); |
85 | grabItButton ->setFocusPolicy( QWidget::TabFocus ); | 85 | grabItButton ->setFocusPolicy( QWidget::TabFocus ); |
86 | grabItButton->setText("Snaphot"); | 86 | grabItButton->setText("Snapshot"); |
87 | vbox->setMargin( 6 ); | 87 | vbox->setMargin( 6 ); |
88 | vbox->setSpacing( 3 ); | 88 | vbox->setSpacing( 3 ); |
89 | vbox->addWidget( delaySpin); | 89 | vbox->addWidget( delaySpin); |