Bug 74943 - Link to Juk homepage in about window is dead
Summary: Link to Juk homepage in about window is dead
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 13:01 UTC by Dik Takken
Modified: 2004-02-13 19:26 UTC (History)
0 users

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 Dik Takken 2004-02-11 13:01:55 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
OS:          Linux

When you look at the 'about Juk' menu entry in the help menu, a link to the Juk homepage is displayed. This link has been dead for a while. Is there a working homepage for Juk somewhere? I can't find anything on google.
Comment 1 Stephan Binner 2004-02-13 19:26:54 UTC
*** Bug has been marked as fixed ***.
Comment 2 Scott Wheeler 2004-02-15 17:26:57 UTC
CVS commit by wheeler: 

new JuK page

CCMAIL:74943@bugs.kde.org


  M +2 -1      main.cpp   1.35


--- kdemultimedia/juk/main.cpp  #1.34:1.35
@@ -49,5 +49,6 @@ int main(int argc, char *argv[])
     KAboutData aboutData("juk", I18N_NOOP("JuK"),
                          "2.0", description, KAboutData::License_GPL,
-                         "(c) 2002, 2003, Scott Wheeler", 0, "");
+                         "(c) 2002, 2003, Scott Wheeler", 0,
+                         "http://developer.kde.org/~wheeler/juk.html");
 
     aboutData.addAuthor("Scott Wheeler", scott, "wheeler@kde.org");