Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Eirea <geirea@gmail.com>2010-03-26 23:57:57 (GMT)
committer Gabriel Eirea <geirea@gmail.com>2010-03-26 23:57:57 (GMT)
commit08a7b0d6a7513b62bb535c8033bb6c7b6ac2b9fe (patch)
tree4855356a45bd7a8f65247ed2ecc30af7eacf631c
parent7e004093a22604ad63010018d2deeef07246b905 (diff)
Se agrega icono nuevo
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xconozcouy.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 42e6bc4..d24a302 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,6 +3,6 @@ name = Conozco Numeros
activity_version = 1
host_version = 1
bundle_id = org.ceibaljam.conozconumeros
-icon = activity
+icon = conozco-numeros
exec = sugar-activity activity.Activity
license = GPL+
diff --git a/conozcouy.py b/conozcouy.py
index 778db22..3c8bb09 100755
--- a/conozcouy.py
+++ b/conozcouy.py
@@ -330,7 +330,7 @@ class ConozcoUy():
(int(610*scale+shift_x),
int(801*scale+shift_y),
int(590*scale),int(48*scale)))
- self.mostrarTexto("Volver",
+ self.mostrarTexto("Salir",
self.fuente40,
(int(900*scale+shift_x),int(825*scale+shift_y)),
(100,200,100))