Merge pull request #16 from neogeographica/joel-dialogs
small improvements for MeshTex plugin About/Help dialogs
This commit is contained in:
commit
1afd6126fd
|
|
@ -33,8 +33,7 @@
|
|||
#define PLUGIN_NAME "MeshTex"
|
||||
#define PLUGIN_VERSION_MAJOR_NUMERIC 3
|
||||
#define PLUGIN_VERSION_MINOR_NUMERIC 0
|
||||
#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta" \
|
||||
", commit "
|
||||
#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta"
|
||||
#define PLUGIN_AUTHOR "Joel Baxter"
|
||||
#define PLUGIN_AUTHOR_EMAIL "jl@neogeographica.com"
|
||||
#define PLUGIN_COPYRIGHT_DATE "2012"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,9 @@
|
|||
#define DIALOG_MULTIMESHES_ERROR "Must select only one patch mesh for this function."
|
||||
#define DIALOG_NOMESHES_MSG "No valid patch meshes selected."
|
||||
#define DIALOG_ABOUT_MSG PLUGIN_NAME " " PLUGIN_VERSION "\n\n" PLUGIN_DESCRIPTION "\n\n" PLUGIN_AUTHOR " (" PLUGIN_AUTHOR_EMAIL ")"
|
||||
#define DIALOG_HELP_MSG "The Set S/T Scale, Get Info, and General Function dialogs will affect patch meshes that are selected when OK or Apply is clicked. For the other menu options, select the mesh(es) before selecting the option."
|
||||
#define DIALOG_HELP_MSG "The Set S/T Scale, Get Info, and General Function dialogs will affect patch meshes that are selected when OK or Apply is clicked. " \
|
||||
"For the other menu options, select the mesh(es) before selecting the option.\n\n" \
|
||||
"http://neogeographica.com/site/pages/tools/meshtex.html"
|
||||
//@}
|
||||
|
||||
/// @name Get Info
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user