mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Fix a krazy issue with double-quotes.
This commit is contained in:
@@ -791,7 +791,7 @@ void TabbedViewContainer::updateTitle(ViewProperties* item)
|
||||
_tabBar->setTabToolTip( index , tabText );
|
||||
|
||||
// To avoid having & replaced with _ (shortcut indicator)
|
||||
tabText.replace("&", "&&");
|
||||
tabText.replace('&', "&&");
|
||||
_tabBar->setTabText( index , tabText );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user