Commit 374d5253 authored by Davis King's avatar Davis King

Updated version number and about string to say that you can now ctrl+left click

to change the label for a rectangle.
parent fe03decb
......@@ -17,7 +17,7 @@
#include <dlib/dir_nav.h>
const char* VERSION = "0.7";
const char* VERSION = "0.8";
......
......@@ -440,8 +440,9 @@ display_about(
"command line. An example would be '--parts \"leye reye nose mouth\"'."
,0,0) << endl << endl;
sout << wrap_string("Finally, hold ctrl and scroll the mouse wheel to zoom while normal left click "
"and drag allows you to navigate around the image.",0,0) << endl;
sout << wrap_string("Additionally, you can hold ctrl and then scroll the mouse wheel to zoom. A normal left click "
"and drag allows you to navigate around the image. Finally, holding ctrl and "
"left clicking a rectangle will give it the label from the Next Label field.",0,0) << endl;
message_box("About Image Labeler",sout.str());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment