mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
state version information in in_vgmstream info window
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@128 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
bbe411766b
commit
9b701116dd
@ -212,6 +212,8 @@ int infoDlg(char *fn, HWND hwnd) {
|
|||||||
char description[1024];
|
char description[1024];
|
||||||
description[0]='\0';
|
description[0]='\0';
|
||||||
|
|
||||||
|
concatn(1024,description,PLUGIN_DESCRIPTION "\n\n");
|
||||||
|
|
||||||
if (!fn || !*fn) {
|
if (!fn || !*fn) {
|
||||||
if (!vgmstream) return 0;
|
if (!vgmstream) return 0;
|
||||||
describe_vgmstream(vgmstream,description,1024);
|
describe_vgmstream(vgmstream,description,1024);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user