[cheese] Use same alias as upstream for XDG directories



commit 20c8fe43c5ebed02202a5c83335050b6371064fa
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Fri Feb 12 13:50:24 2016 +0100

    Use same alias as upstream for XDG directories
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761952

 data/org.gnome.Cheese.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml
index 12cc4ee..ae2376c 100644
--- a/data/org.gnome.Cheese.gschema.xml
+++ b/data/org.gnome.Cheese.gschema.xml
@@ -90,13 +90,13 @@
 
     <key type='s' name='video-path'>
       <summary>Video path</summary>
-      <description>Defines the path where the videos are stored. If empty, "XDG_VIDEO/Webcam" will be 
used.</description>
+      <description>Defines the path where the videos are stored. If empty, "XDG_VIDEOS_DIR/Webcam" will be 
used.</description>
       <default>''</default>
     </key>
 
     <key type='s' name='photo-path'>
       <summary>Photo path</summary>
-      <description>Defines the path where the photos are stored. If empty, "XDG_PHOTO/Webcam" will be 
used.</description>
+      <description>Defines the path where the photos are stored. If empty, "XDG_PICTURES_DIR/Webcam" will be 
used.</description>
       <default>''</default>
     </key>
 


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