Bug 106691 - kommander editor can't find its handbook
Summary: kommander editor can't find its handbook
Status: RESOLVED WORKSFORME
Alias: None
Product: kommander
Classification: Applications
Component: Kommander editor (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: mrudolf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 20:32 UTC by Christopher Martin
Modified: 2005-11-16 17:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Martin 2005-06-02 20:32:56 UTC
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
Comment 1 Christopher Martin 2005-11-16 17:47:28 UTC
Seems to be fixed in 3.5.0 RC1.