diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-24 18:36:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-24 18:36:28 -0700 |
commit | f1adf122f872db56972f18dccd830b82c68a33ee (patch) | |
tree | ef9616ad14442e4aa00639bceb49c162e7bb9e81 | |
parent | cae4f6c5c23c0b52a219db679f90271a601ddd75 (diff) |
Display xrx version in about:plugins
-rw-r--r-- | plugin/RxPlugin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/RxPlugin.h b/plugin/RxPlugin.h index 9b97789..7b58bdf 100644 --- a/plugin/RxPlugin.h +++ b/plugin/RxPlugin.h @@ -55,6 +55,7 @@ The Open Group. #define _RxPLugin_h #include "npapi.h" +#include "config.h" #include <X11/Xos.h> #include <X11/Intrinsic.h> #include <X11/extensions/Xag.h> @@ -141,9 +142,9 @@ extern PluginGlobal RxGlobal; #define PLUGIN_NAME "RX Plug-in" -#define PLUGIN_DESCRIPTION "X Remote Activation Plug-in" +#define PLUGIN_DESCRIPTION "X Remote Activation Plug-in " PACKAGE_VERSION #define PLUGIN_MIME_DESCRIPTION \ - "application/x-rx:xrx:X Remote Activation Plug-in" + "application/x-rx:xrx:X Remote Activation Service" /* functions to init and free private members */ |