Fixed U key duplicate shortcut assignment.

ver1_5_1
Christophe Teyssier 2005-03-30 21:35:10 +00:00
parent e5bb976af0
commit e37226fe09
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ void KdeApp::initActions()
KToggleAction* showGalaxies = new KToggleAction(i18n("Show Galaxies"), Key_U, this, SLOT(slotShowGalaxies()), actionCollection(), "showGalaxies");
showGalaxies->setChecked(rFlags & Renderer::ShowGalaxies);
KToggleAction* showPartialTrajectories = new KToggleAction(i18n("Show Partial Trajectories"), Key_U, this, SLOT(slotShowPartialTrajectories()), actionCollection(), "showPartialTrajectories");
KToggleAction* showPartialTrajectories = new KToggleAction(i18n("Show Partial Trajectories"), 0, this, SLOT(slotShowPartialTrajectories()), actionCollection(), "showPartialTrajectories");
showPartialTrajectories->setChecked(rFlags & Renderer::ShowPartialTrajectories);
KToggleAction* showNebulae = new KToggleAction(i18n("Show Nebulae"), Key_AsciiCircum, this, SLOT(slotShowNebulae()), actionCollection(), "showNebulae");