[gedit] Revert per OS default font in schemas



commit f911c1016e4f8e09d72e70f4a69bf5f9ecabeec7
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Mon Nov 9 16:59:50 2009 +0100

    Revert per OS default font in schemas
    
    The per OS default font conflicts with translated font names
    and as such has been reverted. It would still be nice to support
    different default fonts on different OSes somehow.

 data/gedit.schemas.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gedit.schemas.in.in b/data/gedit.schemas.in.in
index a16f3fa..b8cd4fa 100644
--- a/data/gedit.schemas.in.in
+++ b/data/gedit.schemas.in.in
@@ -22,7 +22,7 @@
       <type>string</type>
       <locale name="C">
         <default><!-- Translators: This is the Editor Font.
-	This is a Pango font-->@DEFAULT_FONT@</default>
+	This is a Pango font-->Monospace 12</default>
 	<short>Editor Font</short>
 	<long>A custom font that will be used for the editing area.
 	This will only take effect if the "Use Default Font" option is
@@ -394,7 +394,7 @@
       <type>string</type>
       <locale name="C">
         <default><!-- Translators: This is the Body font for printing. 
-        This is a Pango font.-->@DEFAULT_PRINT_FONT@</default>
+        This is a Pango font.-->Monospace 9</default>
 	<short>Body Font for Printing</short>
 	<long>Specifies the font to use for a document's body when
 	printing documents.</long>



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