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/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4a07d8e..465cc22 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1039,7 +1039,7 @@ void MainWindow::readOptions() { if(useBraces) { BibtexHandler::s_quoteStyle = BibtexHandler::BRACES; } else { - BibtexHandler::s_quoteStyle = BibtexHandler::TQUOTES; + BibtexHandler::s_quoteStyle = BibtexHandler::QUOTES; } // Don't read any options for the edit dialog here, since it's not yet initialized. -- cgit v1.2.1