Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLive System User <liveuser@localhost.localdomain>2011-05-24 21:28:52 (GMT)
committer Live System User <liveuser@localhost.localdomain>2011-05-24 21:28:52 (GMT)
commit0bdcda0df625d5aed5f0f885e1c4c7bab2db352f (patch)
tree9913fff23a1ba6c5832aeb2f303d6a6757436eb4
parent0506400a5a110b1700356bd6fcfcebf7e1c67a3c (diff)
Version 4 changes: Record Activity compatibility updated again
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xfilemixauto.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 9247e09..4ec9e0b 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ name = FileMixAuto
bundle_id = org.laptop.FileMixAuto
icon = activity-filemixauto
-activity_version = 3
+activity_version = 4
host_version = 1
diff --git a/filemixauto.py b/filemixauto.py
index e000529..8fa76a4 100755
--- a/filemixauto.py
+++ b/filemixauto.py
@@ -11,7 +11,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# version 3 Changes:
+# version 4 Changes:
# Record Activity compatibility updated.
@@ -94,7 +94,7 @@ or accompany movement, drama, pantomime, etc.", all, brown)
boxe = win.box(True, boxc)
win.text("\t\tOptionally, select your own <b>audio</b> file(s) from the Journal.\n\
\t\tDeselect a file by choosing another, or by closing Journal.\n\
-\t\tSuggestion: create files with Record v86, v90 or Audacity. ", boxa, green)
+\t\tCreate your files with Record or Audacity (see ReadMe.txt).\t ", boxa, green)
win.text("Select File(s):", boxd, brown)
but5 = win.cbbutton(boxd, self.choose1, " 1 ")
but5.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0x6600, 0, 0))