From 3a43594dcede56667fbc3001707aaed9dafcefc4 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sat, 8 Sep 2012 16:18:16 +0000 Subject: [PATCH] Moved 2 configuration directives into skeleton again, as they are actually constants. --- config.sample | 2 -- skeleton | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample b/config.sample index f016724..4779b5f 100644 --- a/config.sample +++ b/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/skeleton b/skeleton index f05f1d1..db643e2 100644 --- a/skeleton +++ b/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. -- 2.30.2