summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-24 18:36:28 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-24 18:36:28 -0700
commitf1adf122f872db56972f18dccd830b82c68a33ee (patch)
treeef9616ad14442e4aa00639bceb49c162e7bb9e81
parentcae4f6c5c23c0b52a219db679f90271a601ddd75 (diff)
Display xrx version in about:plugins
-rw-r--r--plugin/RxPlugin.h5
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 */