mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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:
parent
c664663df6
commit
9dfcdf38ab
12 changed files with 306 additions and 60 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue