aboutsummaryrefslogtreecommitdiff
path: root/scalable/mimetypes
diff options
context:
space:
mode:
authorMax Christian Pohle2015-08-06 12:50:41 +0200
committerMax Christian Pohle2015-08-06 12:50:41 +0200
commitf4834911d9f56b73c690ac4207c8a53ce54a9272 (patch)
tree1bfcb9cc70880c340f0696ca0eece53bba1aa248 /scalable/mimetypes
parent343f61e40ca0a2a96f791081a1767bba85e18f76 (diff)
downloadicons-f4834911d9f56b73c690ac4207c8a53ce54a9272.tar.bz2
icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.zip
added Makefile command to update the gtk cache
Diffstat (limited to 'scalable/mimetypes')
-rw-r--r--scalable/mimetypes/mime_text_plain.icon4
-rw-r--r--scalable/mimetypes/text-x-generic.icon6
2 files changed, 7 insertions, 3 deletions
diff --git a/scalable/mimetypes/mime_text_plain.icon b/scalable/mimetypes/mime_text_plain.icon
new file mode 100644
index 0000000..6068181
--- /dev/null
+++ b/scalable/mimetypes/mime_text_plain.icon
@@ -0,0 +1,4 @@
1[Icon Data]
2DisplayName=Mime text/plain
3EmbeddedTextRectangle=8,8,40,40
4AttachPoints=20,20|40,40|50,10|10,50
diff --git a/scalable/mimetypes/text-x-generic.icon b/scalable/mimetypes/text-x-generic.icon
index dd77311..a523ec8 100644
--- a/scalable/mimetypes/text-x-generic.icon
+++ b/scalable/mimetypes/text-x-generic.icon
@@ -1,4 +1,4 @@
1[Icon Data] 1[Icon Data]
2DisplayName=Mime text/plain 2DisplayName=Mime text/generic
3EmbeddedTextRectangle=100,100,900,900 3EmbeddedTextRectangle=8,8,40,40
4AttachPoints=200,200|800,200|500,500|200,800|800,800 4AttachPoints=20,20|40,40|50,10|10,50
..