aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/skin.py b/skin.py
index dd107905..bdd621a7 100644
--- a/skin.py
+++ b/skin.py
@@ -151,7 +151,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value, scale = ((1,1),(1,1)
"orBottomToTop": (guiObject.orVertical, True),
"orHorizontal": (guiObject.orHorizontal, False),
"orLeftToRight": (guiObject.orHorizontal, False),
- "orRightToRight": (guiObject.orHorizontal, True),
+ "orRightToLeft": (guiObject.orHorizontal, True),
}[value])
except KeyError:
print "oprientation must be either orVertical or orHorizontal!"