Bug 74943

Summary: Link to Juk homepage in about window is dead
Product: [Applications] juk Reporter: Dik Takken <kde>
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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");