Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2012-06-16 00:39:42 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2012-06-16 00:39:42 (GMT)
commit37b2f0322e0c6e7b44c6017be29804895b249854 (patch)
tree7edf2c555a05e638f0bb1145dc3fb2669afc234b
parent0548640ff07ef78a9d3500cfc3cf879ff54a8326 (diff)
Arregle alguno errores
-rw-r--r--Converter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Converter.py b/Converter.py
index f4d8d46..7999f57 100644
--- a/Converter.py
+++ b/Converter.py
@@ -65,7 +65,7 @@ class Activity(activity.Activity):
self._area_btn.props.group = self._long_btn
self._peso_btn = RadioToolButton()
- self._peso_btn.props.icon_name = "area"
+ self._peso_btn.props.icon_name = "peso"
self._peso_btn.props.group = self._long_btn
self._vel_btn = RadioToolButton()