diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:53:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:53:12 -0500 |
commit | 80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb (patch) | |
tree | 0d9335b5519422237cd81752ce2da4c19443f89d /src/mainwindow.cpp | |
parent | 1b40827812adaf9476578406766d62dae7adf1d3 (diff) | |
download | tellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.tar.gz tellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
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. |