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

« back to all changes in this revision

Viewing changes to frontend/common/preferences_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:
980
980
      mforms::CheckBox *check= new_checkbox_option("DbSqlEditor:AutocommitMode");
981
981
      check->set_text(_("Leave autocommit mode enabled by default"));
982
982
      check->set_tooltip(_(
983
 
                           "Toggles the default autocommit mode for connections.\nWhen enabled, each statement will be commited immediately."
 
983
                           "Toggles the default autocommit mode for connections.\nWhen enabled, each statement will be committed immediately."
984
984
                           "\nNOTE: all query tabs in the same connection share the same transaction. "
985
985
                           "To have independent transactions, you must open a new connection."));
986
986
      vbox->add(check, false);