|
|
pvengine.cpp
LRESULT CALLBACK PovMessageWndProc ()
if (draggin > 3 x or y)
if (abs (mbdownPoint.x - pt.x) > 3 || abs (mbdownPoint.y - pt.y) > 3)
{
hh_aklink.pszKeywords = "text streams" ;
dump_pane_to_clipboard();
MessageBox (hwnd,
"Contents of this message pane has been copied to the
clipboard\n\n"
"Press F1 to learn to direct the POV-Ray text output
streams to file",
"Text Selection Not Supported In This Window", //titlebar
MB_OK | MB_ICONINFORMATION | MB_HELP) ;
}
saving an annoying second step
and CopY to Clipboard:dump_pane_to_clipboard();
should be in the right click menu; that have not isolated, yet.
Post a reply to this message
|
|