~ubuntu-branches/ubuntu/wily/keepass2/wily-proposed

« back to all changes in this revision

Viewing changes to KeePass/Forms/OptionsForm.cs

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2015-04-26 19:28:21 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20150426192821-zh09zxnenopuge2t
Tags: 2.29+dfsg-1
* New upstream release
* update debian/copyright for new file paths
* add field code to Exec key of .desktop file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
  KeePass Password Safe - The Open-Source Password Manager
3
 
  Copyright (C) 2003-2014 Dominik Reichl <dominik.reichl@t-online.de>
 
3
  Copyright (C) 2003-2015 Dominik Reichl <dominik.reichl@t-online.de>
4
4
 
5
5
  This program is free software; you can redistribute it and/or modify
6
6
  it under the terms of the GNU General Public License as published by
171
171
                                Program.Config.Integration.HotKeySelectedAutoType = (ulong)Keys.None;
172
172
                                Program.Config.Integration.HotKeyShowWindow = (ulong)Keys.None;
173
173
 
 
174
                                m_hkGlobalAutoType.TextNone = KPRes.External;
 
175
                                m_hkSelectedAutoType.TextNone = KPRes.External;
 
176
                                m_hkShowWindow.TextNone = KPRes.External;
 
177
 
174
178
                                m_hkGlobalAutoType.Enabled = m_hkSelectedAutoType.Enabled =
175
179
                                        m_hkShowWindow.Enabled = false;
176
180
                                m_btnFileExtCreate.Enabled = m_btnFileExtRemove.Enabled = false;