timestamp of screenshot filename is now of second precision

pull/1115/head
chrox 10 years ago
parent f8bfeb5048
commit 26467d557f

@ -8,7 +8,7 @@ local _ = require("gettext")
local DEBUG = require("dbg")
local ReaderScreenshot = InputContainer:new{
datetime_name = "screenshots/Screenshot_%Y-%b-%d_%Hh%M.png",
datetime_name = "screenshots/Screenshot_%Y-%b-%d_%H%M%S.png",
}
function ReaderScreenshot:init()

Loading…
Cancel
Save