From 80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:53:12 -0500 Subject: Fix inadvertent "TQ" changes. --- src/translators/bibtexexporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/translators/bibtexexporter.cpp') diff --git a/src/translators/bibtexexporter.cpp b/src/translators/bibtexexporter.cpp index 7aca156..f987815 100644 --- a/src/translators/bibtexexporter.cpp +++ b/src/translators/bibtexexporter.cpp @@ -244,7 +244,7 @@ void BibtexExporter::readOptions(KConfig* config_) { if(group.readBoolEntry("Use Braces", true)) { BibtexHandler::s_quoteStyle = BibtexHandler::BRACES; } else { - BibtexHandler::s_quoteStyle = BibtexHandler::TQUOTES; + BibtexHandler::s_quoteStyle = BibtexHandler::QUOTES; } } @@ -262,7 +262,7 @@ void BibtexExporter::saveOptions(KConfig* config_) { if(useBraces) { BibtexHandler::s_quoteStyle = BibtexHandler::BRACES; } else { - BibtexHandler::s_quoteStyle = BibtexHandler::TQUOTES; + BibtexHandler::s_quoteStyle = BibtexHandler::QUOTES; } } -- cgit v1.2.1