blob: db4fed21727d1af8db30ad9425f6f39e89732ac6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
--- lib/mc.ext.in.orig Thu Jan 28 14:19:18 1999
+++ lib/mc.ext.in Thu Jan 28 14:21:05 1999
@@ -367,57 +367,58 @@
Icon=core.xpm
type/PostScript
- Open=gv %f
+ Open=ggv %f
Icon=postscript.xpm
+ View=ggv %f
View with GhostView=gv %f
type/GIF\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/GIF\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/JPEG\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Icon=jpeg.xpm
Include=image-options
type/PC\ bitmap
- Open=ee %f
+ Open=ElectricEyes %f
Icon=bitmap.xpm
Include=image-options
type/PNG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/JPEG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=jpeg.xpm
Include=image-options
type/TIFF\ file
- Open=ee %f
+ Open=ElectricEyes %f
Icon=tiff.xpm
Include=image-options
type/PBM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=pbm.xpm
Include=image-options
type/PGM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=pgm.xpm
Include=image-options
type/PPM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=ppm.xpm
Include=image-options
@@ -426,14 +427,14 @@
Icon=xbm.xpm
shell/.xpm
- Open=ee %f
+ Open=ElectricEyes %f
View=sxpm %f
Include=image-options
Icon=xpm.xpm
include/image-options
Set root window to this image=background-properties --setwallpaper %f &
- Display this file=ee %f &
+ Display this file=ElectricEyes %f &
# Sound files
shell/.mod
--- lib/mc-gnome.ext.in.orig Thu Jan 28 14:21:23 1999
+++ lib/mc-gnome.ext.in Thu Jan 28 14:21:59 1999
@@ -271,60 +271,60 @@
View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@
type/PostScript
- Open=gv %f
- View with GhostView=gv %f
+ Open=ggv %f
+ View with GhostView=ggv %f
type/GIF\ image
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/GIF\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/JPEG\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/PC\ bitmap
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/PNG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/JPEG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/TIFF\ file
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/PBM
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/PGM
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
type/PPM
- Open=ee %f
+ Open=ElectricEyes %f
Include=image-options
shell/.xbm
Open=bitmap %f
shell/.xpm
- Open=ee %f
+ Open=ElectricEyes %f
View=sxpm %f
Include=image-options
include/image-options
Set root window to this image=background-properties --setwallpaper %f &
- Display this file=ee %f &
+ Display this file=ElectricEyes %f &
# Sound files
shell/.mod
--- gnome/mc.keys.in.in.orig Tue Jan 19 00:44:12 1999
+++ gnome/mc.keys.in.in Thu Jan 28 11:54:32 1999
@@ -86,7 +86,7 @@
icon-filename=@icondir@/tex.xpm
application/postscript:
- open=gv %f
+ open=ggv %f
icon-filename=@icondir@/postscript.xpm
application/x-object-file:
|