]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/prtview/prtview.h
plugins: unify About window wording
[xonotic/netradiant.git] / contrib / prtview / prtview.h
index 6b0487826aff3b6b7834b80e9c5488c3e3c21d23..e6942cc99ea3811b0ad7b6bd94c407c9b7092f68 100644 (file)
 #if !defined( INCLUDED_PRTVIEW_H )
 #define INCLUDED_PRTVIEW_H
 
-#define MSG_PREFIX "Portal Viewer plugin: "
+#define PLUGIN_NAME "Portal Viewer"
+#define PLUGIN_VERSION "1.0"
+
+#define MSG_PREFIX PLUGIN_NAME " plugin: "
 
 void InitInstance();
 void SaveConfig();
@@ -31,5 +34,4 @@ void INISetInt( const char *key, int val, const char *comment = 0 );
 const int IDOK                = 1;
 const int IDCANCEL            = 2;
 
-
 #endif