Changeset 2635 in ProjectBuilder


Ignore:
Timestamp:
Aug 19, 2020, 1:47:29 AM (4 years ago)
Author:
Bruno Cornec
Message:

fix an svn issue

Location:
projects
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor

    r2629 r2635  
    147147# String definitions
    148148my $ce_title = "CDDBeditor";
    149 my $ce_help = "(c) Bruno Cornec 2009 - All right reversed under the GPL v2";
     149my $ce_help = "(c) Bruno Cornec 2009-2020 - All right reversed under the GPL v2";
    150150my $artist_label = Newt::Label("Artist: ");
    151151my $empty_label = Newt::Label("      ");
     
    174174# To be put in conf file
    175175my %ce_config;
    176 $ce_config{"CDDB_HOST"}="freedb.home.musique-ancienne.org";
    177 $ce_config{"CDDB_USER"}="freedb-submit\@freedb.org";
     176$ce_config{"CDDB_HOST"}="freedb.musique-ancienne.org";
     177$ce_config{"CDDB_USER"}="freedb-submit\@musique-ancienne.org";
    178178$ce_config{"CDDB_CC"}="bruno\@victoria.frmug.org";
    179 $ce_config{"CDDB_PORT"}=888;
     179$ce_config{"CDDB_PORT"}=8000;
    180180#$ce_config{"CDDB_PORT"}=80;
    181181my %ce_cddb_mode;
Note: See TracChangeset for help on using the changeset viewer.