drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic in configure.ac
This commit is contained in:
@@ -41,14 +41,8 @@
|
||||
#include "pluma-spell-language-dialog.h"
|
||||
#include "pluma-automatic-spell-checker.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <pluma/pluma-metadata-manager.h>
|
||||
#define PLUMA_METADATA_ATTRIBUTE_SPELL_LANGUAGE "spell-language"
|
||||
#define PLUMA_METADATA_ATTRIBUTE_SPELL_ENABLED "spell-enabled"
|
||||
#else
|
||||
#define PLUMA_METADATA_ATTRIBUTE_SPELL_LANGUAGE "metadata::pluma-spell-language"
|
||||
#define PLUMA_METADATA_ATTRIBUTE_SPELL_ENABLED "metadata::pluma-spell-enabled"
|
||||
#endif
|
||||
|
||||
#define WINDOW_DATA_KEY "PlumaSpellPluginWindowData"
|
||||
#define MENU_PATH "/MenuBar/ToolsMenu/ToolsOps_1"
|
||||
|
Reference in New Issue
Block a user