mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
tiny fixes
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@685 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
5a51cfbf0d
commit
be0c20a7c9
@ -31,7 +31,7 @@ LAYOUT_OBJS=layout/ast_blocked.o \
|
||||
layout/str_snds_blocked.o \
|
||||
layout/ws_aud_blocked.o \
|
||||
layout/interleave_byte.o \
|
||||
layout/mus_acm_layout.o \
|
||||
layout/mus_acm_layout.o \
|
||||
layout/aix_layout.o \
|
||||
layout/ims_block.o \
|
||||
layout/de2_blocked.o \
|
||||
@ -42,7 +42,8 @@ LAYOUT_OBJS=layout/ast_blocked.o \
|
||||
layout/gsb_blocked.o \
|
||||
layout/filp_blocked.o \
|
||||
layout/aax_layout.o \
|
||||
layout/ivaud_layout.o
|
||||
layout/ivaud_layout.o \
|
||||
layout/mxch_blocked.o
|
||||
|
||||
META_OBJS=meta/adx_header.o \
|
||||
meta/afc_header.o \
|
||||
|
@ -130,7 +130,7 @@ void vgmstream_gui_about()
|
||||
(gchar *) "[ VGMStream Decoder ]\n\n"
|
||||
"audacious-vgmstream version: " AUDACIOUSVGMSTREAM_VERSION "\n\n"
|
||||
"audacious-vgmstream written by Todd Jeffreys (http://voidpointer.org/)\n"
|
||||
"vgmstream written by hcs, FastElbja, manakoAT (http://www.sf.net/projects/vgmstream)",
|
||||
"vgmstream written by hcs, FastElbja, manakoAT, and bxaimc (http://www.sf.net/projects/vgmstream)",
|
||||
(gchar *) "OK",
|
||||
FALSE, NULL, NULL);
|
||||
gtk_signal_connect(GTK_OBJECT(about_box), "destroy",
|
||||
|
@ -286,7 +286,7 @@ char * extension_list[] = {
|
||||
void about(HWND hwndParent) {
|
||||
MessageBox(hwndParent,
|
||||
PLUGIN_DESCRIPTION "\n"
|
||||
"by hcs, FastElbja and manakoAT\n\n"
|
||||
"by hcs, FastElbja, manakoAT, and bxaimc\n\n"
|
||||
"http://sourceforge.net/projects/vgmstream"
|
||||
,"about in_vgmstream",MB_OK);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user