Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/filemixauto.py
diff options
context:
space:
mode:
Diffstat (limited to 'filemixauto.py')
-rwxr-xr-xfilemixauto.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/filemixauto.py b/filemixauto.py
index 2ccfbe8..e000529 100755
--- a/filemixauto.py
+++ b/filemixauto.py
@@ -10,6 +10,10 @@
# It is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# version 3 Changes:
+# Record Activity compatibility updated.
+
import csndsugui
import gobject
@@ -90,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 v64/v78/v86 or Audacity. ", boxa, green)
+\t\tSuggestion: create files with Record v86, v90 or Audacity. ", 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))
@@ -221,3 +225,4 @@ is < Max Vol")
self.but = self.w.cbbutton(self.b7, self.playcsd, "START !")
self.but.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0, 0x7700, 0))
self.but.modify_bg(gtk.STATE_PRELIGHT, gtk.gdk.Color(0, 0x7700, 0))
+