diff --git a/stepmania/Themes/default/Sounds/Common screenshot.ogg b/stepmania/Themes/default/Sounds/Common screenshot.ogg new file mode 100644 index 0000000000..0e141d2bc2 Binary files /dev/null and b/stepmania/Themes/default/Sounds/Common screenshot.ogg differ diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 0c70a5401e..ce1844b62d 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1081,7 +1081,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam break; } DISPLAY->SaveScreenshot( sPath ); - SOUND->PlayOnce( THEME->GetPathToS("ScreenEdit save") ); // FIXME + SOUND->PlayOnce( THEME->GetPathToS("Common screenshot") ); return true; }