From 7aec951cbe0b6444e82a5b0dc46050d2adb28be1 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 28 May 2008 16:38:25 +0000 Subject: mingw32: fixed module compilation up to kvirijndael; added some installation rules to test git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/options/optw_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/options/optw_connection.cpp') diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index 3e23baa85..22cea828d 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -236,7 +236,7 @@ KviIdentOptionsWidget::KviIdentOptionsWidget(QWidget * parent) connect(m_pEnableIdent,SIGNAL(toggled(bool)),gbox,SLOT(setEnabled(bool))); addLabel(0,4,0,4, -#ifdef COMPILE_ON_WINDOWS +#if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) __tr2qs_ctx("

Warning:
" \ "This is a non RFC 1413 compliant ident daemon that implements " \ "only a limited subset of the Identification Protocol specifications. If it is possible, install a " \ -- cgit v1.3.1-10-gc9f91