From f414c468fdb5d63b74b14dfcd30b8c7ce98884ea Mon Sep 17 00:00:00 2001 From: David Hilvert Date: Mon, 12 Feb 2007 09:36:00 +0000 Subject: [PATCH] ui::help::device(): Sort device names darcs-hash:20070212093630-d1b56-ae88debfe5537564f532057fef142d3dab02fd0e.gz --- ui/help.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/help.h b/ui/help.h index 347c9d2..70b1c43 100644 --- a/ui/help.h +++ b/ui/help.h @@ -429,15 +429,15 @@ public: HEADER_SPACE "--device Set the capture device to .\n" " Available devices:\n" - " xvp610_320x240\n" - " xvp610_640x480\n" - " ov7620_raw_linear\n" " canon_300d_raw_linear\n" " canon_300d_raw_linear+50mm_1.4\n" " canon_300d_raw_linear+50mm_1.4@1.4\n" " canon_300d_raw_linear+50mm_1.8\n" " canon_300d_raw_linear+85mm_1.8\n" " nikon_d50\n" + " ov7620_raw_linear\n" + " xvp610_320x240\n" + " xvp610_640x480\n" "\n" ); } -- 2.11.4.GIT