| 84 | } |
| 85 | |
| 86 | void KDiff3Shell::optionsShowStatusbar() |
| 87 | { |
| 88 | // this is all very cut and paste code for showing/hiding the |
| 89 | // statusbar |
| 90 | if(m_statusbarAction->isChecked()) |
| 91 | statusBar()->show(); |
| 92 | else |
| 93 | statusBar()->hide(); |
| 94 | } |
| 95 | |
| 96 | void KDiff3Shell::optionsConfigureKeys() |
| 97 | { |