From e666a5c52e361b6289cde6d7d447c33f62d876a1 Mon Sep 17 00:00:00 2001 From: Ben Hodgetts Date: Sat, 26 May 2007 17:55:09 +0000 Subject: [PATCH] Add cropping notice to the screenshot submission page to encourage users to submit screenshots focused on the application running under wine and not their entire desktop --- screenshots.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/screenshots.php b/screenshots.php index 8a4245b..721aeb6 100644 --- a/screenshots.php +++ b/screenshots.php @@ -113,6 +113,9 @@ if($hResult && mysql_num_rows($hResult)) // let's show the screenshot uploading box if($aClean['iVersionId']) { + echo "

When submitting screenshots please ensure that the focus is on the application running inside Wine."; + echo "
This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop.

"; + echo '
',"\n"; echo html_frame_start("Upload Screenshot","400","",0); echo '',"\n";