case inconsistency: Plug-in -> Plug-In
This commit is contained in:
parent
8a64a06946
commit
2e725272ab
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue