[mmassonnet] XFCE -> Xfce

This commit is contained in:
Yann Leboulanger 2007-11-26 10:17:12 +00:00
parent 08ecb3715d
commit c33d19113c
3 changed files with 3 additions and 3 deletions

View File

@ -1678,7 +1678,7 @@ Show only in roster</property>
<property name="items" translatable="yes">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</property>
<signal name="changed" handler="on_applications_combobox_changed"/>
</widget>

View File

@ -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':

View File

@ -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: