From f1adf122f872db56972f18dccd830b82c68a33ee Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 24 Jun 2008 18:36:28 -0700 Subject: Display xrx version in about:plugins --- plugin/RxPlugin.h | 5 +++-- 1 file 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 #include #include @@ -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 */ -- cgit v1.2.3