summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:53:12 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:53:12 -0500
commit80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb (patch)
tree0d9335b5519422237cd81752ce2da4c19443f89d /src/mainwindow.cpp
parent1b40827812adaf9476578406766d62dae7adf1d3 (diff)
downloadtellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.tar.gz
tellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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.