summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/installdlgimpl.cpp
authorgroucho <groucho>2003-01-27 10:34:16 (UTC)
committer groucho <groucho>2003-01-27 10:34:16 (UTC)
commit41b4b9c38bada39b0e5d53b481f132e85e796463 (patch) (side-by-side diff)
tree8498fab432e1c4895be182f29fc944f6e33581f1 /noncore/settings/aqpkg/installdlgimpl.cpp
parentb20483d184a2c32ade729f117e1fcd380f29649f (diff)
downloadopie-41b4b9c38bada39b0e5d53b481f132e85e796463.zip
opie-41b4b9c38bada39b0e5d53b481f132e85e796463.tar.gz
opie-41b4b9c38bada39b0e5d53b481f132e85e796463.tar.bz2
Added translation for aqpkg
Fixed a bug where aqpkg would not close the window, when the close button had been translated ;-)
Diffstat (limited to 'noncore/settings/aqpkg/installdlgimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/installdlgimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp
index bf2c482..75ce1a1 100644
--- a/noncore/settings/aqpkg/installdlgimpl.cpp
+++ b/noncore/settings/aqpkg/installdlgimpl.cpp
@@ -157,7 +157,7 @@ void InstallDlgImpl :: installSelected()
btnInstall->setText( tr( "Close" ) );
return;
}
- else if ( btnInstall->text() == "Close" )
+ else if ( btnInstall->text() == tr( "Close" ) )
{
done( 1 );
return;