diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 00:09:07 +0000 |
---|---|---|
committer | mbkma <[email protected]> | 2023-01-05 19:22:19 +0100 |
commit | 33f39456bba463e280a3dbb811432d6ca443ef1d (patch) | |
tree | 86effbfda493e56cfc23e942e53af9cf7d65ea79 /tools/plugin_template/pluma-plugin.desktop.in | |
parent | b724befdb6e61f97b44d04b9d55bc690aee5069f (diff) | |
download | pluma-33f39456bba463e280a3dbb811432d6ca443ef1d.tar.bz2 pluma-33f39456bba463e280a3dbb811432d6ca443ef1d.tar.xz |
tools: update template to generate new pluma plugin
Diffstat (limited to 'tools/plugin_template/pluma-plugin.desktop.in')
-rw-r--r-- | tools/plugin_template/pluma-plugin.desktop.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/plugin_template/pluma-plugin.desktop.in b/tools/plugin_template/pluma-plugin.desktop.in index 993e0e9b..ac093b73 100644 --- a/tools/plugin_template/pluma-plugin.desktop.in +++ b/tools/plugin_template/pluma-plugin.desktop.in @@ -1,8 +1,8 @@ -[Pluma Plugin] +[Plugin] Module=##(PLUGIN_MODULE) IAge=2 -_Name=##(PLUGIN_NAME) -_Description=##(DESCRIPTION) +Name=##(PLUGIN_NAME) +Description=##(DESCRIPTION) Icon=pluma-plugin Authors=##(AUTHOR_FULLNAME) <##(AUTHOR_EMAIL.lower)> Copyright=Copyright © ##(DATE_YEAR) ##(AUTHOR_FULLNAME) |