aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2021-09-17 20:36:47 +0200
committerMarvin Borner2021-09-17 20:36:47 +0200
commit6fbee273b6758a4948346551d7781fa7d78db93b (patch)
treeeec920935800329ec3d4d96aa455b77542a7ecee
parentb6bd18326998b07a8eed2c10c9ba730f49442d56 (diff)
Dumb
-rw-r--r--zathura-note/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zathura-note/plugin.c b/zathura-note/plugin.c
index 713475e..f9e5fdc 100644
--- a/zathura-note/plugin.c
+++ b/zathura-note/plugin.c
@@ -1,6 +1,6 @@
#include "plugin.h"
-ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS("pdf-mupdf", VERSION_MAJOR, VERSION_MINOR, VERSION_REV,
+ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS("note", VERSION_MAJOR, VERSION_MINOR, VERSION_REV,
ZATHURA_PLUGIN_FUNCTIONS({
.document_open = note_document_open,
.document_free = note_document_free,