new audio file for noise tool
This commit is contained in:
parent
9c859fd13e
commit
a3d5ef7684
2 changed files with 6 additions and 1 deletions
|
|
@ -206,6 +206,11 @@ $Id$
|
||||||
Caroline Ford <caroline.ford.work@googlemail.com>
|
Caroline Ford <caroline.ford.work@googlemail.com>
|
||||||
2007, released under GNU Free Documentation License
|
2007, released under GNU Free Documentation License
|
||||||
|
|
||||||
|
* Noise tool sound
|
||||||
|
Caroline Ford <caroline.ford.work@googlemail.com> 2008 based on
|
||||||
|
Pink noise.ogg by User:Omegatron http://commons.wikimedia.org/wiki/Image:Pink_noise.ogg
|
||||||
|
Dual licensed CC-BY-SA and GFDL.
|
||||||
|
|
||||||
|
|
||||||
* Translations
|
* Translations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ enum {
|
||||||
static Mix_Chunk * noise_snd_effect[noise_NUM_TOOLS];
|
static Mix_Chunk * noise_snd_effect[noise_NUM_TOOLS];
|
||||||
|
|
||||||
const char * noise_snd_filenames[noise_NUM_TOOLS] = {
|
const char * noise_snd_filenames[noise_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"noise.ogg",
|
||||||
};
|
};
|
||||||
const char * noise_icon_filenames[noise_NUM_TOOLS] = {
|
const char * noise_icon_filenames[noise_NUM_TOOLS] = {
|
||||||
"flip.png",
|
"flip.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue