mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Making the initial stuff working, getting an installer, when running from VS.
This commit is contained in:
parent
a63bf734d4
commit
57e2044839
1023 changed files with 20896 additions and 19456 deletions
|
@ -146,8 +146,7 @@ namespace GreenshotJiraPlugin.Forms {
|
|||
LangKey[] columns = { LangKey.column_issueType, LangKey.column_id, LangKey.column_created, LangKey.column_assignee, LangKey.column_reporter, LangKey.column_summary };
|
||||
foreach (LangKey column in columns)
|
||||
{
|
||||
string translation;
|
||||
if (!Language.TryGetString("jira", column, out translation))
|
||||
if (!Language.TryGetString("jira", column, out var translation))
|
||||
{
|
||||
translation = "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue