Skip to content

Commit

Permalink
Fix bug #102, Reloading of "All Text Windows" shortcuts no working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Holmlund committed Jun 3, 2017
1 parent 1db860d commit d4d3aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2017-06-02 Gary Holmlund <gary.holmlund@gmail.com>
* Fix bug #102, Problem with ctrl-L shortcut

2017-05-31 Gary Holmlund <gary.holmlund@gmail.com>
* Fix bug #105, Problem with Save - Yes/No dialog and editing a Personal commentary

Expand Down
2 changes: 1 addition & 1 deletion src/frontend/displaywindow/cdisplaywindow.cpp
Expand Up @@ -293,7 +293,7 @@ void CDisplayWindow::reload(CSwordBackend::SetupChangedReason) {

lookup();

m_actionCollection->readShortcuts("DisplayWindow shortcuts");
m_actionCollection->readShortcuts("Displaywindow shortcuts");
m_actionCollection->readShortcuts("Readwindow shortcuts");
emit sigModuleListSet(m_modules);
}
Expand Down

0 comments on commit d4d3aec

Please sign in to comment.