Fill in a few placeholder strings

Originally committed to SVN as r6215.
This commit is contained in:
Thomas Goyne 2012-01-08 01:05:39 +00:00
parent dfafbc082d
commit 2b07b3411f
1 changed files with 4 additions and 4 deletions

View File

@ -281,12 +281,12 @@ struct video_details : public validator_video_loaded {
}
};
///
/// Toggle focus between the video slider and other things
struct video_focus_seek : public validator_video_loaded {
CMD_NAME("video/focus_seek")
STR_MENU("XXX: no idea")
STR_DISP("XXX: no idea")
STR_HELP("XXX: no idea")
STR_MENU("Toggle video slider focus")
STR_DISP("Toggle video slider focus")
STR_HELP("Toggle focus between the video slider and other things")
void operator()(agi::Context *c) {
wxWindow *curFocus = wxWindow::FindFocus();