mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix ampersand not showing up in dialog when renaming SQL tabs
This didn't work on Windows as pointed out by Chris Locke.
This commit is contained in:
@@ -2631,7 +2631,7 @@ void MainWindow::renameSqlTab(int index)
|
||||
{
|
||||
QString new_name = QInputDialog::getText(this,
|
||||
qApp->applicationName(),
|
||||
tr("Set a new name for the SQL tab. Use the '&' character to allow using the following character as a keyboard shortcut."),
|
||||
tr("Set a new name for the SQL tab. Use the '&&' character to allow using the following character as a keyboard shortcut."),
|
||||
QLineEdit::EchoMode::Normal,
|
||||
ui->tabSqlAreas->tabText(index));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user