diff options
author | Perberos <[email protected]> | 2013-05-08 07:51:17 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2013-05-08 07:51:17 -0300 |
commit | 5f48e596944cd7c12aeb4074758dde4451ddccea (patch) | |
tree | af6e4f10a09c2474784c9d46931288a4cd9eda55 /mate-about/mate-about.h | |
parent | b6c58586657b3d11f7ade8f01d0dcb500732164b (diff) | |
download | mate-desktop-5f48e596944cd7c12aeb4074758dde4451ddccea.tar.bz2 mate-desktop-5f48e596944cd7c12aeb4074758dde4451ddccea.tar.xz |
fixed g_type_init() deprecation
added Not without my gnu
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index fd74b1c..131ddc4 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -30,10 +30,12 @@ #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://www.mate-desktop.org/"; + const char* website = "http://mate-desktop.org/"; const char* copyright = "" "Copyright © 1997-2011 GNOME developers\n" @@ -628,6 +630,9 @@ 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 }; @@ -665,5 +670,6 @@ {"version", 'v', 0, G_OPTION_ARG_NONE, &mate_about_nogui, "Show MATE version", NULL}, {NULL} }; +//} #endif /* __MATE_ABOUT_H__ */ |