Bug 106691

Summary: kommander editor can't find its handbook
Product: [Unmaintained] kommander Reporter: Christopher Martin <chrsmrtn>
Component: Kommander editorAssignee: mrudolf
Status: RESOLVED WORKSFORME    
Severity: normal CC: ana
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.