From: Marco Zanon Date: Wed, 12 Sep 2012 14:04:06 +0000 (+0000) Subject: Slightly reorganized the configuration file. X-Git-Tag: SVN-to-Git~2 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=daec2ab61c693caa09623f57dbe47a43857bef99;p=single_click_remote_help Slightly reorganized the configuration file. --- diff --git a/0.x/configuration.sample b/0.x/configuration.sample index 4648eab..4102fec 100644 --- a/0.x/configuration.sample +++ b/0.x/configuration.sample @@ -7,13 +7,13 @@ ## Configuration parameters. __CONFIGURATION_PARAMETERS_BELOW__ +WIDTH="__YOUR_TEXT_HERE__" +HEIGHT="__YOUR_TEXT_HERE__" INPUT_BOX_TITLE="__YOUR_TEXT_HERE__" INPUT_BOX_MESSAGE="__YOUR_TEXT_HERE__" LABEL_COLUMN_TITLE="__YOUR_TEXT_HERE__" CONNECTIONS[0]="__YOUR_LABEL_HERE__|__YOUR_VNC_SERVER_COMMAND_ARGUMENTS_HERE__" CONNECTIONS[1]="__YOUR_LABEL_HERE__|__YOUR_VNC_SERVER_COMMAND_ARGUMENTS_HERE__" +SERVER_CONNECTION_ERROR_MESSAGE="__YOUR_TEXT_HERE__" CLIENT_CONNECTED_MESSAGE="__YOUR_TEXT_HERE__" CLIENT_GONE_MESSAGE="__YOUR_TEXT_HERE__" -SERVER_CONNECTION_ERROR_MESSAGE="__YOUR_TEXT_HERE__" -WIDTH="500" -HEIGHT="400"