diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-08 08:43:00 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-08 08:43:00 +0200 |
commit | cade29a2126f99a28169fa7f5a14239503f2a8e3 (patch) | |
tree | 1fe003c52e2f3fa1b8aad5b32ce2587da840f66e | |
parent | 0b3081eb812ba6f9aa96715af8191282d8e6522a (diff) | |
download | python-caja-cade29a2126f99a28169fa7f5a14239503f2a8e3.tar.bz2 python-caja-cade29a2126f99a28169fa7f5a14239503f2a8e3.tar.xz |
Improve about window
Closes https://github.com/mate-desktop/python-caja/issues/20
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | libcaja-python.caja-extension.in | 4 | ||||
-rw-r--r-- | libcaja-python.caja-extension.in.in | 8 |
3 files changed, 9 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e2ed814..9cac888 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,7 @@ fi AC_OUTPUT([ Makefile + libcaja-python.caja-extension.in examples/Makefile src/Makefile caja-python.pc diff --git a/libcaja-python.caja-extension.in b/libcaja-python.caja-extension.in deleted file mode 100644 index 43c9edc..0000000 --- a/libcaja-python.caja-extension.in +++ /dev/null @@ -1,4 +0,0 @@ -[Caja Extension] -Icon=python -_Name=Python -_Description=Allows to use Python extensions diff --git a/libcaja-python.caja-extension.in.in b/libcaja-python.caja-extension.in.in new file mode 100644 index 0000000..93a5d30 --- /dev/null +++ b/libcaja-python.caja-extension.in.in @@ -0,0 +1,8 @@ +[Caja Extension] +Icon=python +_Name=Python +_Description=Allows to use Python extensions +Author=Perberos <[email protected]>;Stefano Karapetsas <[email protected]>;Steve Zesch <[email protected]>;Johan Dahlin <[email protected]>;Dave Camp <[email protected]>;Calvin Gaisford <[email protected]> +Copyright=Copyright (C) 2004-2005 Johan Dahlin +Version=@VERSION@ +Website=http://www.mate-desktop.org/ |