From 0bdcda0df625d5aed5f0f885e1c4c7bab2db352f Mon Sep 17 00:00:00 2001 From: Live System User Date: Tue, 24 May 2011 21:28:52 +0000 Subject: Version 4 changes: Record Activity compatibility updated again --- 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 audio 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)) -- cgit v0.9.1