mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
add sound icons
This commit is contained in:
parent
5eaff58212
commit
091e9b0c60
@ -130,13 +130,13 @@ Indexify() {
|
|||||||
&Indexify::dispatch_none, &draw_frames);
|
&Indexify::dispatch_none, &draw_frames);
|
||||||
|
|
||||||
add_option
|
add_option
|
||||||
("e", "extension", 0,
|
("pe", "extension", 0,
|
||||||
"Specifies the filename extension (without a leading dot) to identify "
|
"Specifies the filename extension (without a leading dot) to identify "
|
||||||
"photo files within the roll directories. This is normally jpg.",
|
"photo files within the roll directories. This is normally jpg.",
|
||||||
&Indexify::dispatch_string, NULL, &_photo_extension);
|
&Indexify::dispatch_string, NULL, &_photo_extension);
|
||||||
|
|
||||||
add_option
|
add_option
|
||||||
("m", "extension", 0,
|
("me", "extension", 0,
|
||||||
"Specifies the filename extension (without a leading dot) to identify "
|
"Specifies the filename extension (without a leading dot) to identify "
|
||||||
"movie files within the roll directories. This is normally mov. If "
|
"movie files within the roll directories. This is normally mov. If "
|
||||||
"a file exists with the same name as a given photo but with this "
|
"a file exists with the same name as a given photo but with this "
|
||||||
@ -145,7 +145,7 @@ Indexify() {
|
|||||||
&Indexify::dispatch_string, NULL, &_movie_extension);
|
&Indexify::dispatch_string, NULL, &_movie_extension);
|
||||||
|
|
||||||
add_option
|
add_option
|
||||||
("S", "extension", 0,
|
("se", "extension", 0,
|
||||||
"Specifies the filename extension (without a leading dot) to identify "
|
"Specifies the filename extension (without a leading dot) to identify "
|
||||||
"sound files within the roll directories. This is normally mp3. If "
|
"sound files within the roll directories. This is normally mp3. If "
|
||||||
"a file exists with the same name as a given photo but with this "
|
"a file exists with the same name as a given photo but with this "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user