~ubuntu-branches/ubuntu/saucy/kvirc/saucy

« back to all changes in this revision

Viewing changes to src/kvirc/kvs/KviKvsCoreFunctions_af.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (22.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130518193633-kuhzryg7jstqvxpr
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
                KVSCF_PARAMETERS_END
522
522
 
523
523
#ifndef COMPILE_SSL_SUPPORT
524
 
                KVSCF_pContext->warning(__tr2qs_ctx("This executable was built without SSL support","dcc"));
 
524
                KVSCF_pContext->warning(__tr2qs("This executable was built without SSL support"));
525
525
                return true;
526
526
#else
527
527
                KviSSL::globalSSLInit();