~ubuntu-branches/ubuntu/feisty/fontforge/feisty

« back to all changes in this revision

Viewing changes to debian/fontforge-patches/005_x_www_browser.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-05 18:54:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060705185436-qrxysctdw8a1faiy
Tags: 0.0.20060430-1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- fontforge-20051205/fontforge/uiutil.c.orig  2005-11-13 15:14:57.000000000 +0100
2
 
+++ fontforge-20051205/fontforge/uiutil.c       2006-04-12 14:02:30.203918152 +0200
3
 
@@ -220,7 +220,7 @@
4
 
        "iexplore.exe",
5
 
        /*"lynx.exe",*/
6
 
 #else
7
 
-    static char *stdbrowsers[] = { "htmlview", "firefox", "mozilla", "opera", "galeon", "kfmclient",
8
 
+    static char *stdbrowsers[] = {"x-www-browser", "htmlview", "firefox", "mozilla", "opera", "galeon", "kfmclient",
9
 
        "netscape", "mosaic", /*"grail",*/ "lynx",
10
 
 #endif
11
 
        NULL };