Changeset 3357 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Aug 22, 2011, 4:17:09 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3356 r3357  
    5858#include "bncversion.h"
    5959#include "bncbytescounter.h"
     60#include "bncsslconfig.h"
    6061#include "upload/bnccustomtrafo.h"
    6162#include "upload/bncephuploadcaster.h"
     
    689690  pLayout->addWidget(new QLabel("Path to SSL Certificates"),     5, 0);
    690691  pLayout->addWidget(_sslCaCertPathLineEdit,                     5, 1, 1,10);
     692  pLayout->addWidget(new QLabel("default:  " + bncSslConfig::defaultPath()), 5, 12, 1,20);
    691693  pLayout->addWidget(new QLabel("Ignore SSL Authorization Errors"), 6,0);
    692694  pLayout->addWidget(_ignoreSslErrorsCheckBox,                     6, 1, 1,10);
Note: See TracChangeset for help on using the changeset viewer.