summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-05-08 13:02:30 +0200
committerStefano Karapetsas <[email protected]>2013-05-08 13:02:30 +0200
commit46305899fe8b58b890ef9c48b4271d1ea1c431ea (patch)
treeb08baef21a506c6e0fae5283d529645d119ec8ae /mate-about/mate-about.h
parent5f48e596944cd7c12aeb4074758dde4451ddccea (diff)
downloadmate-desktop-46305899fe8b58b890ef9c48b4271d1ea1c431ea.tar.bz2
mate-desktop-46305899fe8b58b890ef9c48b4271d1ea1c431ea.tar.xz
Fix previous hackering commit
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 131ddc4..fd74b1c 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -30,12 +30,10 @@
#include <unique/unique.h>
#endif
-//class mate-about
-//{
const char* program_name = "MATE Desktop Environment";
const char* version = PACKAGE_VERSION;
const char* icon = "desktop";
- const char* website = "http://mate-desktop.org/";
+ const char* website = "http://www.mate-desktop.org/";
const char* copyright = ""
"Copyright © 1997-2011 GNOME developers\n"
@@ -630,9 +628,6 @@
const char* artists[] = {
"Marcel Dijkstra <[email protected]>",
"Rowen Stipe <[email protected]>",
- #ifdef GNUCAT_ENABLED
- "/g/entoomen (https://boards.4chan.org/g/)",
- #endif
"Wolfgang Ulbrich <[email protected]>",
NULL
};
@@ -670,6 +665,5 @@
{"version", 'v', 0, G_OPTION_ARG_NONE, &mate_about_nogui, "Show MATE version", NULL},
{NULL}
};
-//}
#endif /* __MATE_ABOUT_H__ */