~ubuntu-branches/ubuntu/raring/orbital-eunuchs-sniper/raring

« back to all changes in this revision

Viewing changes to src/prefs.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-06-20 21:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100620215953-9z9wzglvdjci9ofp
Tags: 1.30+svn20070601-2
* {control,rules}: switched to dpkg-source 3.0 (quilt) format and dh7.
* orbital-eunuchs-sniper.menu: moved to Games/Action.
* orbital-eunuchs-sniper.desktop: dropped "Encoding".
* control: split out -data package for nicer package sizes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include "binds.h"
10
10
 
11
11
/* default web browser. */
12
 
#define WWWBROWSER "mozilla"
 
12
#define WWWBROWSER "/usr/bin/sensible-browser"
13
13
 
14
14
extern PREFS gPrefs;
15
15
struct passwd *pw_ent = 0;