From 7cec20bcde02b9037709abbebd867f327e02e9fe Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Wed, 12 Sep 2012 14:04:06 +0000 Subject: [PATCH] Slightly reorganized the configuration file. --- configuration.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.sample b/configuration.sample index 4648eab..4102fec 100644 --- a/configuration.sample +++ b/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" -- 2.30.2