mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
BUG-2016: Added SVG support for the jira plugin, need to decide if it's worth the extra KB's...
This commit is contained in:
parent
4dd67df1dd
commit
745a56291c
10 changed files with 248 additions and 34 deletions
|
@ -20,10 +20,11 @@
|
|||
*/
|
||||
|
||||
namespace GreenshotJiraPlugin {
|
||||
public enum LangKey {
|
||||
public enum LangKey {
|
||||
upload_menu_item,
|
||||
column_assignee,
|
||||
column_created,
|
||||
column_issueType,
|
||||
column_id,
|
||||
column_reporter,
|
||||
column_summary,
|
||||
|
@ -41,5 +42,5 @@ namespace GreenshotJiraPlugin {
|
|||
upload_success,
|
||||
upload_failure,
|
||||
communication_wait,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue