diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-23 21:59:06 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-23 21:59:06 +0200 |
commit | 018dc694f53f4d87337212cc46fd719ecbc6967e (patch) | |
tree | dd9e9b3dd1b3b4bdac80bf3a41c4ac30734b6df7 /po | |
parent | d5f84c22d8b1917ea29a90c44fe7154d5a549a5c (diff) | |
download | mate-desktop-018dc694f53f4d87337212cc46fd719ecbc6967e.tar.bz2 mate-desktop-018dc694f53f4d87337212cc46fd719ecbc6967e.tar.xz |
libmate-desktop: Add MateAboutDialog class
This will allow MATE applications to use traditional About dialogs with GTK 3
(unfortunately completely different starting from GTK 3.12).
This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0037854..7dd6d65 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,6 +6,7 @@ mate-about/mate-about.h # When adding a file here, make sure that the entry point in the API of this # file calls _mate_desktop_init_i18n () libmate-desktop/display-name.c +libmate-desktop/mate-aboutdialog.c libmate-desktop/mate-desktop-item.c libmate-desktop/mate-desktop-utils.c libmate-desktop/mate-rr.c |