~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-08-01 12:44:56 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801124456-2vi3t3zkvztltb2e
Tags: 1.10.5-1
* New upstream release.
* s/informations/information/ in debian/pgadmin3-data.copyright too.
* Remove Conflicts+Replaces for ancient -data transition.
* Bump Standards-Version to 3.9.1.

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: frmDebugger.h 8187 2010-02-25 21:54:35Z dpage $
 
4
// RCS-ID:      $Id$
5
5
// Copyright (C) 2002 - 2010, The pgAdmin Development Team
6
6
// This software is released under the PostgreSQL Licence
7
7
//
30
30
#include "debugger/dbgConnProp.h"
31
31
#include "debugger/ctlTabWindow.h"
32
32
 
33
 
#define FRMDEBUGGER_PERPSECTIVE_VER wxT("$Rev: 8187 $")
 
33
//
 
34
// This number MUST be incremented if changing any of the default perspectives
 
35
//
 
36
#define FRMDEBUGGER_PERPSECTIVE_VER wxT("8187")
34
37
 
35
38
#ifdef __WXMAC__
36
39
#define FRMDEBUGGER_DEFAULT_PERSPECTIVE wxT("layout2|name=toolBar;caption=Toolbar;state=2108144;dir=1;layer=10;row=0;pos=1;prop=100000;bestw=154;besth=23;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=sourcePane;caption=Source pane;state=1020;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=350;besth=200;minw=200;minh=100;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=stackPane;caption=Stack pane;state=2099196;dir=2;layer=0;row=0;pos=0;prop=100000;bestw=250;besth=200;minw=100;minh=100;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=outputPane;caption=Output pane;state=2099196;dir=3;layer=0;row=0;pos=0;prop=100000;bestw=550;besth=300;minw=200;minh=100;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|dock_size(1,10,0)=25|dock_size(5,0,0)=237|dock_size(2,0,0)=237|dock_size(3,0,0)=156|")