mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Trivial typo fix
This commit is contained in:
@@ -248,7 +248,7 @@ void ExportCsvDialog::accept()
|
||||
|
||||
void ExportCsvDialog::showCustomCharEdits()
|
||||
{
|
||||
// Retrieve selection info for the quote, seperator, and newline widgets
|
||||
// Retrieve selection info for the quote, separator, and newline widgets
|
||||
int quoteIndex = ui->comboQuoteCharacter->currentIndex();
|
||||
int quoteCount = ui->comboQuoteCharacter->count();
|
||||
int sepIndex = ui->comboFieldSeparator->currentIndex();
|
||||
|
||||
Reference in New Issue
Block a user