[byzanz] Update schema file



commit f36d0e7b7dc05a8e431769907fb5ecf8a2f2241d
Author: Benjamin Otte <otte redhat com>
Date:   Mon Feb 8 18:27:10 2010 +0100

    Update schema file
    
    - Drop support for mouse recording (the mouse is recorded all the time)
    - Add support for recording audio

 src/byzanz.schemas.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/byzanz.schemas.in b/src/byzanz.schemas.in
index 31be411..0140411 100644
--- a/src/byzanz.schemas.in
+++ b/src/byzanz.schemas.in
@@ -24,13 +24,13 @@
       </schema>
 
       <schema>
-        <key>/schemas/apps/byzanz-applet/prefs/record_cursor</key>
+        <key>/schemas/apps/byzanz-applet/prefs/record_audio</key>
 	<owner>byzanz-applet</owner>
 	<type>bool</type>
-        <default>TRUE</default>
+        <default>FALSE</default>
 	<locale name="C">
-	  <short>Record mouse cursor</short>
-	  <long>If set, Byzanz will record the mouse cursor. While useful, recording the mouse cursor results in bigger files and should therefore be used with care.</long>
+	  <short>Record audio</short>
+	  <long>If set, Byzanz will record audio from the default audio device if the format supports it. This allows narrating along with the recording.</long>
 	</locale>
       </schema>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]