From 7dd3bb2cc6e0a72090ff3ac7a3e3824effa498e8 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Thu, 27 Sep 2012 11:28:44 +0100 Subject: All special items are now correctly displayed. Change-Id: Ifce96d3e740a7ac89132dd23f9f51447e4372716 --- vcl/inc/unx/gtk/gtksalmenu.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc') diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index d99d73a8e9b0..7dadbfca521d 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -104,6 +104,7 @@ public: void Deactivate( const gchar* aMenuCommand ); void DisconnectFrame(); void UpdateNativeMenu(); +// void UpdateNativeSubMenu(); bool PrepUpdate(); }; -- cgit