add sound icons

This commit is contained in:
David Rose 2005-12-19 04:27:47 +00:00
parent 5eaff58212
commit 091e9b0c60

View File

@ -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 "