[meld] Update binary and media filter globs (closes bgo#682164, bgo#682165)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Update binary and media filter globs (closes bgo#682164, bgo#682165)
- Date: Sun, 19 Aug 2012 21:28:36 +0000 (UTC)
commit 6909b0f4a6181129feb1c34b1cd82df7ecb1ad2e
Author: Kai Willadsen <kai willadsen gmail com>
Date: Mon Aug 20 07:27:19 2012 +1000
Update binary and media filter globs (closes bgo#682164, bgo#682165)
meld/preferences.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/preferences.py b/meld/preferences.py
index 8ba1af4..f339858 100644
--- a/meld/preferences.py
+++ b/meld/preferences.py
@@ -236,9 +236,9 @@ class MeldPreferences(prefs.Preferences):
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
_("Version Control\t1\t%s\n") % misc.shell_escape(' '.join(vc.get_plugins_metadata())) + \
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
- _("Binaries\t1\t*.{pyc,a,obj,o,so,la,lib,dll}\n") + \
+ _("Binaries\t1\t*.{pyc,a,obj,o,so,la,lib,dll,exe}\n") + \
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
- _("Media\t0\t*.{jpg,gif,png,wav,mp3,ogg,xcf,xpm}")),
+ _("Media\t0\t*.{jpg,gif,png,bmp,wav,mp3,ogg,flac,avi,mpg,xcf,xpm}")),
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
"regexes" : prefs.Value(prefs.STRING, _("CVS keywords\t0\t\$\\w+(:[^\\n$]+)?\$\n") + \
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]