Remove support for Gnome printing from wxGTK.
It was replaced by GTK+ printing several years ago and is almost never used any longer anyhow, so any problems in this code (and there are some) would never be found and fixed. Also update the message catalogs to avoid having the strings not used any more, as they were only used in Gnome printing code. Closes #15517. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -811,13 +811,9 @@
|
||||
#define wxUSE_PLUGINS 0
|
||||
|
||||
/*
|
||||
* Use GTK print for printing under GTK+ 2.0
|
||||
* Use GTK print for printing under GTK+ 2.10+
|
||||
*/
|
||||
#define wxUSE_GTKPRINT 0
|
||||
/*
|
||||
* Use GNOME print for printing under GTK+ 2.0
|
||||
*/
|
||||
#define wxUSE_LIBGNOMEPRINT 0
|
||||
/*
|
||||
* Use GNOME VFS for MIME types
|
||||
*/
|
||||
|
Reference in New Issue
Block a user