R modules/other/gail/gailintl.h: Use the stock item's label as the name of
2007-12-20 Christian Persch <chpe@gnome.org> * modules/other/gail/Makefile.am: * modules/other/gail/gailimage.c: (gail_image_class_init), (gail_image_init), (elide_underscores), (gail_image_get_name), (atk_image_interface_init), (gail_image_finalize): * modules/other/gail/gailimage.h: R modules/other/gail/gailintl.h: * po/POTFILES.skip: Use the stock item's label as the name of the accessible in gailimage.c. Bug #504246. svn path=/trunk/; revision=19203
This commit is contained in:
committed by
Christian Persch
parent
d17c75194c
commit
0bee9a840f
@ -42,6 +42,7 @@ struct _GailImage
|
||||
GailWidget parent;
|
||||
|
||||
gchar* image_description;
|
||||
gchar* stock_name;
|
||||
};
|
||||
|
||||
GType gail_image_get_type (void);
|
||||
|
||||
Reference in New Issue
Block a user