openbsd-ports/cad/qcad/patches/patch-rinitialdialog_cpp
2002-05-17 18:38:55 +00:00

18 lines
564 B
Plaintext

$OpenBSD: patch-rinitialdialog_cpp,v 1.1 2002/05/17 18:39:46 naddy Exp $
--- rinitialdialog.cpp.orig Wed May 8 00:31:50 2002
+++ rinitialdialog.cpp Wed May 8 00:33:11 2002
@@ -119,9 +119,12 @@ RInitialDialog::accept()
//
RCONFIG->addSetting( "Language:Language",
RCONFIG->getLanguageSign(cbLanguage->currentText()) );
-
+ /*
+ * Now handled by Qt 3
+ *
RCONFIG->addSetting( "Application:Charset",
mtCharsetToString( RCONFIG->getLanguageCharset( cbLanguage->currentText() ) ) );
+ */
// CAD:
//