Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
We don't use crptknm$port.cpp naming convention even for MSW any more and there is really no reason to continue to do it for just this one file in wxGTK. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: tbargtk.h
|
||||
// Name: wx/gtk/toolbar.h
|
||||
// Purpose: GTK toolbar
|
||||
// Author: Robert Roebling
|
||||
// RCS-ID: $Id$
|
||||
@@ -7,8 +7,8 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_GTK_TBARGTK_H_
|
||||
#define _WX_GTK_TBARGTK_H_
|
||||
#ifndef _WX_GTK_TOOLBAR_H_
|
||||
#define _WX_GTK_TOOLBAR_H_
|
||||
|
||||
#if wxUSE_TOOLBAR
|
||||
|
||||
@@ -97,4 +97,4 @@ private:
|
||||
#endif // wxUSE_TOOLBAR
|
||||
|
||||
#endif
|
||||
// _WX_GTK_TBARGTK_H_
|
||||
// _WX_GTK_TOOLBAR_H_
|
Reference in New Issue
Block a user