summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-03-31 16:52:59 (UTC)
committer harlekin <harlekin>2003-03-31 16:52:59 (UTC)
commitf23b042e2ac0a8b31a51c1059dee281156dd5ce9 (patch) (side-by-side diff)
tree46c82859209ff014b197605f8d8909f933ffc7f2
parentf3b37f3dd4ae27e809415af67dd4df052d72d076 (diff)
downloadopie-f23b042e2ac0a8b31a51c1059dee281156dd5ce9.zip
opie-f23b042e2ac0a8b31a51c1059dee281156dd5ce9.tar.gz
opie-f23b042e2ac0a8b31a51c1059dee281156dd5ce9.tar.bz2
rotate applet between desktop and suspend and not suspend and logout
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/applets/rotateapplet/rotate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/rotateapplet/rotate.cpp b/core/applets/rotateapplet/rotate.cpp
index 42406da..0ead016 100644
--- a/core/applets/rotateapplet/rotate.cpp
+++ b/core/applets/rotateapplet/rotate.cpp
@@ -36,33 +36,33 @@
#include <qpopupmenu.h>
#include "rotate.h"
RotateApplet::RotateApplet ( )
: QObject ( 0, "RotateApplet" ), ref ( 0 ), m_flipped( false )
{
}
RotateApplet::~RotateApplet ( )
{
}
int RotateApplet::position ( ) const
{
- return 2;
+ return 3;
}
QString RotateApplet::name ( ) const
{
return tr( "Rotate shortcut" );
}
QString RotateApplet::text ( ) const
{
return tr( "Rotate" );
}
QString RotateApplet::tr( const char* s ) const
{
return qApp->translate( "RotateApplet", s, 0 );
}