~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to pixmaps/first_letter_uppercase.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-15 15:47:47 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060415154747-vr4eqoxwcrgs2ps1
* New upstream version:
  - New logo and icons,
  - Added ability to display all albums of an artist in the 'Artist / Album'
    view,
  - Added detection of the bugged version of id3lib when writting ID3 tag to 
    Unicode to inform the user (a patch for id3lib is supplied in package
    source),
  - For Ogg files, the field DESCRIPTION is also used for the comment,
  - Fixed stack corruption bugs in Fill Tag scanner,
  - Fixed loading disk number for FLAC tag,
  - Fixed error that displays MP3 files in red when no tag is present,
  - Fixed a crash in the CDDB window when getting tracks of a album,
  - Fixed playlist name bug when creating it in the parent directory,
  - Fixed manual CDDB search when using Squid,
  - Little fix for FLAC tags,
  - Fixed various bugs,
  - Russian translation updated,
  - Greek translation updated,
  - Spanish translation updated,
  - Japanese translation updated,
  - Czech translation updated,
  - Brazilian Portuguese translation updated
  - Danish translation updated,
  - Italian translation updated,
  - Hungarian translation updated,
  - German translation updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * first_letter_uppercase_xpm[] = {
 
3
"20 20 2 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"                    ",
 
7
"                    ",
 
8
"                    ",
 
9
"                    ",
 
10
"                    ",
 
11
"                    ",
 
12
"                    ",
 
13
"  ...               ",
 
14
"   ..         ....  ",
 
15
"  . ..           .  ",
 
16
"  ....        ....  ",
 
17
"  .  .        .  .  ",
 
18
" .. ...       ..... ",
 
19
"                    ",
 
20
"                    ",
 
21
"                    ",
 
22
"                    ",
 
23
"                    ",
 
24
"                    ",
 
25
"                    "};