Ticket #1560: setup.diff

File setup.diff, 1.1 KB (added by justifiably@…, 18 years ago)
  • setup/backendsettings.cpp

     
    2525    gc->setLabel(QObject::tr("Port the server runs on"));
    2626    gc->setValue("6543");
    2727    gc->setHelpText(QObject::tr("Unless you've got good reason to, don't "
    28                     "change this."));
     28                    "change this from the default of 6543."));
    2929    return gc;
    3030};
    3131
     
    3636    gc->setValue("6544");
    3737    gc->setHelpText(QObject::tr("Port which the server will listen to for "
    3838                    "HTTP requests.  Currently, it shows a little status "
    39                     "information."));
     39                    "information.  Default is 6544."));
    4040    return gc;
    4141};
    4242
     
    5959    gc->setLabel(QObject::tr("Port the master server runs on"));
    6060    gc->setValue("6543");
    6161    gc->setHelpText(QObject::tr("Unless you've got good reason to, "
    62                     "don't change this."));
     62                    "don't change this from the default of 6543."));
    6363    return gc;
    6464};
    6565