[Kstars-devel] branches/kstars/summer/kstars/kstars
Prakash Mohan
prak902000 at gmail.com
Mon Jun 29 13:04:19 CEST 2009
SVN commit 989075 by prakash:
The message label wasn't being displayed right in the Editor. Fixing that.
CCMAIL: kstars-devel at kde.org
M +1 -0 thumbnaileditor.cpp
--- branches/kstars/summer/kstars/kstars/thumbnaileditor.cpp #989074:989075
@@ -40,6 +40,7 @@
ui = new ThumbnailEditorUI( this );
w = _w;
h = _h;
+ ui->MessageLabel->setText( i18n( "Crop region will be scaled to [ %1 * %2 ]", w, h) );
setMainWidget( ui );
setCaption( i18n( "Edit Thumbnail Image" ) );
setButtons( KDialog::Ok|KDialog::Cancel );
More information about the Kstars-devel
mailing list