From c33d19113cf1fdf467eb69209885ce85443d7ab9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 26 Nov 2007 10:17:12 +0000 Subject: [PATCH] [mmassonnet] XFCE -> Xfce --- data/glade/preferences_window.glade | 2 +- src/config.py | 2 +- src/gtkgui_helpers.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/glade/preferences_window.glade b/data/glade/preferences_window.glade index 8db300ef3..0bd3604fa 100644 --- a/data/glade/preferences_window.glade +++ b/data/glade/preferences_window.glade @@ -1678,7 +1678,7 @@ Show only in roster Autodetect on every Gajim startup Always use GNOME default applications Always use KDE default applications -Always use XFCE4 default applications +Always use Xfce default applications Custom diff --git a/src/config.py b/src/config.py index e72ed8706..6dd3d4c8d 100644 --- a/src/config.py +++ b/src/config.py @@ -410,7 +410,7 @@ class PreferencesWindow: if gajim.config.get('autodetect_browser_mailer'): self.applications_combobox.set_active(0) # else autodetect_browser_mailer is False. - # so user has 'Always Use GNOME/KDE/XFCE4' or Custom + # so user has 'Always Use GNOME/KDE/Xfce' or Custom elif gajim.config.get('openwith') == 'gnome-open': self.applications_combobox.set_active(1) elif gajim.config.get('openwith') == 'kfmclient exec': diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 242b40e17..c69716460 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -127,7 +127,7 @@ def get_theme_font_for_option(theme, option): def get_default_font(): '''Get the desktop setting for application font - first check for GNOME, then XFCE and last KDE + first check for GNOME, then Xfce and last KDE it returns None on failure or else a string 'Font Size' ''' try: