recorder: Change default output filename

Use "Screencast at 2009-03-11 00:08:15.webm" instead of
"shell-20090311b-2.webm".

https://bugzilla.gnome.org/show_bug.cgi?id=670753
This commit is contained in:
Florian Müllner
2012-02-24 18:14:58 +01:00
parent 60557f4e0f
commit 7cc1bdb35d
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ function _initRecorder() {
} else {
// read the parameters from GSettings always in case they have changed
recorder.set_framerate(recorderSettings.get_int('framerate'));
recorder.set_filename('shell-%d%u-%c.' + recorderSettings.get_string('file-extension'));
recorder.set_filename('Screencast at %d %t.' + recorderSettings.get_string('file-extension'));
let pipeline = recorderSettings.get_string('pipeline');
if (!pipeline.match(/^\s*$/))