From: Marco Zanon Date: Sat, 8 Sep 2012 16:18:16 +0000 (+0000) Subject: Moved 2 configuration directives into skeleton again, as they are actually constants. X-Git-Tag: SVN-to-Git~11 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=4dd87402b2417c47831e5bcc6ac67becdbf1a9e3;p=single_click_remote_help Moved 2 configuration directives into skeleton again, as they are actually constants. --- diff --git a/0.x/config.sample b/0.x/config.sample index f016724..4779b5f 100644 --- a/0.x/config.sample +++ b/0.x/config.sample @@ -7,8 +7,6 @@ ## Configuration directives. __CONFIGURATION_DIRECTIVES_BELOW__ -SINGLE_CLICK_REMOTE_HELP_VERSION="0.x" -VNC_SERVER="x11vnc-0.9.13_amd64-Linux" INPUT_BOX_TITLE="__YOUR_TEXT_HERE__" INPUT_BOX_MESSAGE="__YOUR_TEXT_HERE__" LABEL_COLUMN_TITLE="__YOUR_TEXT_HERE__" diff --git a/0.x/skeleton b/0.x/skeleton index f05f1d1..db643e2 100644 --- a/0.x/skeleton +++ b/0.x/skeleton @@ -19,6 +19,8 @@ ## 7 Vnc connection error. ## 1. Define constants. +SINGLE_CLICK_REMOTE_HELP_VERSION="0.x" +VNC_SERVER="x11vnc-0.9.13_amd64-Linux" __CONFIGURATION_DIRECTIVES__ ## 2. Evaluate command line arguments.