Changeset 2635 in ProjectBuilder
- Timestamp:
- Aug 19, 2020, 1:47:29 AM (5 years ago)
- Location:
- projects
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor
r2629 r2635 147 147 # String definitions 148 148 my $ce_title = "CDDBeditor"; 149 my $ce_help = "(c) Bruno Cornec 2009 - All right reversed under the GPL v2";149 my $ce_help = "(c) Bruno Cornec 2009-2020 - All right reversed under the GPL v2"; 150 150 my $artist_label = Newt::Label("Artist: "); 151 151 my $empty_label = Newt::Label(" "); … … 174 174 # To be put in conf file 175 175 my %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"; 178 178 $ce_config{"CDDB_CC"}="bruno\@victoria.frmug.org"; 179 $ce_config{"CDDB_PORT"}=8 88;179 $ce_config{"CDDB_PORT"}=8000; 180 180 #$ce_config{"CDDB_PORT"}=80; 181 181 my %ce_cddb_mode;
Note:
See TracChangeset
for help on using the changeset viewer.