summaryrefslogtreecommitdiff
path: root/noncore
authorandyq <andyq>2003-01-12 00:41:12 (UTC)
committer andyq <andyq>2003-01-12 00:41:12 (UTC)
commit24d26d4255c323b4b6cd47c0bcce8bcc126d35ee (patch) (side-by-side diff)
treed748641d8a82c9443ae9c502832c52309e4f557c /noncore
parente3fa5685865712ca930d9124b974506766e7b11e (diff)
downloadopie-24d26d4255c323b4b6cd47c0bcce8bcc126d35ee.zip
opie-24d26d4255c323b4b6cd47c0bcce8bcc126d35ee.tar.gz
opie-24d26d4255c323b4b6cd47c0bcce8bcc126d35ee.tar.bz2
Changed Packages meu to Actions to allow icons to fit on same line
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/mainwin.cpp b/noncore/settings/aqpkg/mainwin.cpp
index e489d2d..1a2ac37 100644
--- a/noncore/settings/aqpkg/mainwin.cpp
+++ b/noncore/settings/aqpkg/mainwin.cpp
@@ -96,7 +96,7 @@ MainWindow :: MainWindow()
a->addTo( popup );
a->addTo( bar );
- mb->insertItem( tr( "Packages" ), popup );
+ mb->insertItem( tr( "Actions" ), popup );
// View menu
popup = new QPopupMenu( this );