diff options
-rw-r--r-- | zathura-note/plugin.c | 2 |
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, |