| Summary: | kommander editor can't find its handbook | ||
|---|---|---|---|
| Product: | [Unmaintained] kommander | Reporter: | Christopher Martin <chrsmrtn> |
| Component: | Kommander editor | Assignee: | mrudolf |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | ana |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Seems to be fixed in 3.5.0 RC1. |
Version: (using KDE KDE 3.4.1) Installed from: Debian testing/unstable Packages OS: Linux In KDE 3.4, the Kommander Editor cannot find its handbook. If one goes to the "Help" menu and then selects "Kommander Handbook", you receive a message saying that it cannot be found. This is because the system looks under kmdr-editor/, when it should, I think, be looking under kommander/. The easy fix for the problem is to change kommander/editor/main.cpp, line 43, from: KAboutData aboutData( "kmdr-editor", I18N_NOOP("Kommander"), to KAboutData aboutData( "kommander", I18N_NOOP("Kommander"), This allows the Kommander Editor to find its handbook, and seems to have no other ill effects. Thanks, Christopher Martin