~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/ip.h

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-10-18 20:33:55 UTC
  • mfrom: (2.2.4 experimental) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101018203355-z2zmf7klex8n74fl
Add abrowser as an additional choice to satisfy the browser
dependency.  This removes differences between the Debian and Ubuntu
versions of the package.  (Closes: #600550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
                                /* XML namespace ... note, not nip2! */
193
193
#define MAX_LINELENGTH (120)    /* Max chars we display of value */
194
194
#define MAX_RECENT (10)         /* Number of recent items in file menu */
195
 
#define NIP_COPYRIGHT "%s: ©2009 Imperial College, London"
 
195
#define NIP_COPYRIGHT "%s: ©2010 Imperial College, London"
196
196
 
197
197
/* Our stock_ids.
198
198
 */
323
323
typedef struct _Expression Expression;
324
324
typedef struct _Mainw Mainw;
325
325
typedef struct _Toolviewitemgroup Toolviewitemgroup;
 
326
typedef struct _Panechild Panechild;
326
327
 
327
328
/* container map function typedefs.
328
329
 */