From 3f44b50578ad63365e242946348ab86f5cc16291 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 18 Sep 2004 18:51:00 +0000 Subject: - Removed the translations, since they're out-of-date * configure.in: * gnome2-user-guide/Makefile.am: - Removed the translations, since they're out-of-date * gnome2-accessibility-guide/C/dtconfig.xml: * gnome2-system-admin-guide/C/gconf.xml: * gnome2-system-admin-guide/C/themes.xml: * gnome2-user-guide/C/goscustdesk.xml: * gnome2-user-guide/C/gosoverview.xml: - Fixed non-well-formed XML --- gnome2-system-admin-guide/C/gconf.xml | 8 +++----- gnome2-system-admin-guide/C/themes.xml | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'gnome2-system-admin-guide') diff --git a/gnome2-system-admin-guide/C/gconf.xml b/gnome2-system-admin-guide/C/gconf.xml index 32eecdc..744d78f 100644 --- a/gnome2-system-admin-guide/C/gconf.xml +++ b/gnome2-system-admin-guide/C/gconf.xml @@ -498,7 +498,7 @@ command: command line tool GConf includes a -command line tool, gconftool-2. You can use the gconftool–2 command to perform the following tasks: +command line tool, gconftool-2. You can use the gconftool-2 command to perform the following tasks: Set the values of keys. @@ -1327,8 +1327,7 @@ font, run the following command: # gconftool-2 --direct --config-source -xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/interface/font_name “Sans -12” +xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/interface/font_name "Sans 12" desktopfont preferences, setting with GConfTo set palatino 12 as @@ -1336,8 +1335,7 @@ the default desktop object font, run the following command: # gconftool-2 --direct --config-source -xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /apps/nautilus/preferences/desktop_font “palatino -12” +xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /apps/nautilus/preferences/desktop_font "palatino 12" diff --git a/gnome2-system-admin-guide/C/themes.xml b/gnome2-system-admin-guide/C/themes.xml index 82c2198..bd94f31 100644 --- a/gnome2-system-admin-guide/C/themes.xml +++ b/gnome2-system-admin-guide/C/themes.xml @@ -307,7 +307,7 @@ icon, so that the icon displays correctly in the themes. You can create the icons in several formats, for example Portable Network Graphic (PNG) format. The suggested size of icons for the desktop environment is 48 pixels by 48 pixels. At this size, most themes can rescale the icons. - When you install a new icon, create the following 48 × 48 pixel + When you install a new icon, create the following 48 pixel by 48 pixel versions of the icon: @@ -323,7 +323,7 @@ versions of the icon: Inverse high contrast icon - If possible, create 16 × 16 pixel versions of the each of the + If possible, create 16 pixel by 16 pixel versions of the each of the icons above also, for themes that do not require large print. Install the icons to the image files location that is specified for the theme in or . For example, -- cgit