~ubuntu-branches/ubuntu/lucid/pgadmin3/lucid

« back to all changes in this revision

Viewing changes to pgadmin/include/debugger/dbgConst.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-03-13 22:03:30 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313220330-8zoiiigr1ujwdws5
Tags: 1.10.2-1
* New upstream bugfix release.
* Fix typo: s/informations/information/g in debian/*.
* Explicitly call set -e and don't hand -e on the hashbang line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//////////////////////////////////////////////////////////////////////////
2
2
//
3
3
// pgAdmin III - PostgreSQL Tools
4
 
// RCS-ID:      $Id: dbgConst.h 7758 2009-03-26 20:49:59Z dpage $
5
 
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
 
// This software is released under the BSD Licence
 
4
// RCS-ID:      $Id: dbgConst.h 8187 2010-02-25 21:54:35Z dpage $
 
5
// Copyright (C) 2002 - 2010, The pgAdmin Development Team
 
6
// This software is released under the PostgreSQL Licence
7
7
//
8
8
// dbgConst.h - debugger 
9
9
//