fixed some messages that were not translatable yet + some UI changes to allow more space for translated strings

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2146 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-10-16 18:21:51 +00:00
commit 9dfcdf38ab
12 changed files with 306 additions and 60 deletions

View file

@ -26,8 +26,8 @@ namespace GreenshotJiraPlugin {
/// <summary>
/// Description of PasswordRequestForm.
/// </summary>
public partial class SettingsForm : GreenshotPlugin.Controls.GreenshotForm {
public SettingsForm(JiraConfiguration config) {
public partial class SettingsForm : JiraFormBase {
public SettingsForm(JiraConfiguration config) :base () {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//