~cjwatson/debconf/dbus

« back to all changes in this revision

Viewing changes to debian-logo.xpm

  • Committer: joey
  • Date: 2004-01-05 05:16:58 UTC
  • Revision ID: vcs-imports@canonical.com-20040105051658-f686b6d8049b4381
   * Port of the gnome frontend to GNOME2 libs:
   * Debconf/Frontend/Gnome.pm, Debconf/Element/Gnome.pm,
     Debconf/Element/Gnome/*.pm:
     - fixed debian logo exibition
   * Makefile, debian-logo.png, debian-logo.xpm:
     - use a png instead of a xpm to have a cuter interface =P
   * Above changes from Gustavo Noronha Silva. Closes: #225503
   * Fix broken fallback from noninteractive frontend in dpkg-reconfgure.
     Closes: #226205

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * debian_logo_xpm[] = {
3
 
"50 50 18 1",
4
 
"       c None",
5
 
".      c #02669A",
6
 
"+      c #26537A",
7
 
"@      c #314B6F",
8
 
"#      c #3E4463",
9
 
"$      c #1E5882",
10
 
"%      c #0E6290",
11
 
"&      c #7E1925",
12
 
"*      c #A20202",
13
 
"=      c #8A1319",
14
 
"-      c #702435",
15
 
";      c #8F0E14",
16
 
">      c #4F3853",
17
 
",      c #185B86",
18
 
"'      c #622D41",
19
 
")      c #9A0608",
20
 
"!      c #125F8C",
21
 
"~      c #006699",
22
 
".....................+@#$.$%......................",
23
 
"...................#&****=-=&;>+..................",
24
 
".................>;*************&#@@..............",
25
 
"...............+;*******************>,............",
26
 
".............,'***********)*)***)****)'...........",
27
 
"............,;**)*)*)=>+$%..%+#-)******&%.........",
28
 
"...........+))*****;>%..........!')***)*&%........",
29
 
"..........,)*)**)&#@..............+;*****-........",
30
 
"..........&***)*-..................,;)****>.......",
31
 
".........>***))>,.................%.,))****,......",
32
 
"......%..))**-!......................@*)***-......",
33
 
"......#.#***-.........................'*)*)*!.....",
34
 
".......#)))-%.........................,)**+'%.....",
35
 
".......=**&%..............%++%.........-)*-$!.....",
36
 
".....!@**),.............@&))&=-+.......@***,,.....",
37
 
".....+'*))%............>)'$%...#@......%)*)@!.....",
38
 
".....!)**>............#)@.%......!......;**$%.....",
39
 
".....@*))!...........+)+................&**#......",
40
 
".....'**'............&>.................-**#......",
41
 
".....'*)#...........$)!.................-**&......",
42
 
".....>**+...........'&............#.....-**>......",
43
 
".....')*$...........&'............%.....&*;+......",
44
 
".....')*............='.................%&*'%......",
45
 
".....'*)............&;...........%%.....;*>%......",
46
 
".....');............-)!.........!@.....>*;%%......",
47
 
".....'*;............#*#..........!....@**>.%......",
48
 
".....'))............!;;%....,>#.......>*>$%.......",
49
 
".....>**$..........%!>)'.............#)*,.........",
50
 
".....#**>..........%#$'*>..........!'*)+..........",
51
 
".....+**>...........+@+'*-!.......>=)=$...........",
52
 
".....%)*&............%+>#*)'@,,@'&*)'%............",
53
 
"......&*)%.............$---))*)**;'$..............",
54
 
"......>**>!..............#'@+@#@,.................",
55
 
"......+)**),...............,##@,..................",
56
 
".......=)*)'......................................",
57
 
".......#***>......................................",
58
 
"........;*);%.....................................",
59
 
"........#*)*+.....................................",
60
 
".........&**-.....................................",
61
 
".........$)**$....................................",
62
 
"..........>)*=....................................",
63
 
"...........-)*&...................................",
64
 
"...........%&*)#..................................",
65
 
"............!&*)#.................................",
66
 
".............!&**'................................",
67
 
"..............%'**-...............................",
68
 
"................#))-!!............................",
69
 
".................!-))&%...........................",
70
 
"...................+')&+..........................",
71
 
".....................!@-'>#$......................"};