~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to backend/wbpublic/grtui/grt_wizard_form.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* 
2
 
 * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
 * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU General Public License as
413
413
 
414
414
/** Validate the current page and update navigation buttons accordingly.
415
415
 *
416
 
 * This method will call the do_validate() method which must be overriden by subclasses.
 
416
 * This method will call the do_validate() method which must be overridden by subclasses.
417
417
 * The subclass may either call set_problem() to indicate a problem that prevents
418
418
 * the wizard to continue or provide that allows_next() returns false. clear_problem()
419
419
 * must be called if the problem raised by set_problem() is cleared.