~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to pgadmin/dlg/dlgFindReplace.cpp

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-10-23 12:42:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20141023124250-lyt902bdtiugcyz6
Tags: 1.20.0~beta2-1
* New upstream release.
* Use /bin/bash in pgadmin/ui/embed-xrc.
* Use /usr/share/dpkg/buildflags.mk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
                rdOriginTop->SetValue(false);
88
88
        }
89
89
 
90
 
        // Origin
 
90
        // Direction
91
91
        settings->Read(wxT("FindReplace/Direction"), &val, wxT("f"));
92
92
        if (val == wxT("b"))
93
93
        {