case inconsistency: Plug-in -> Plug-In

This commit is contained in:
David Rose 2009-11-18 15:11:08 +00:00
parent 8a64a06946
commit 2e725272ab
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ BEGIN
VALUE "FileExtents", "p3d\0"
VALUE "FileOpenName", "Panda3D applet\0"
VALUE "OriginalFilename", "nppanda3d.dll\0"
VALUE "ProductName", "Panda3D Game Engine Plug-in $[P3D_PLUGIN_VERSION_STR]\0"
VALUE "ProductName", "Panda3D Game Engine Plug-In $[P3D_PLUGIN_VERSION_STR]\0"
VALUE "ProductVersion", "$[P3D_PLUGIN_DLL_DOT_VERSION]"
END
END

View File

@ -113,7 +113,7 @@ NP_GetValue(void*, NPPVariable variable, void* value) {
switch (variable) {
case NPPVpluginNameString:
*(const char **)value = "Panda3D Game Engine Plug-in";
*(const char **)value = "Panda3D Game Engine Plug-In";
break;
case NPPVpluginDescriptionString:
*(const char **)value = "Runs 3-D games and interactive applets";