]>
Commit | Line | Data |
---|---|---|
99d80019 | 1 | ///////////////////////////////////////////////////////////////////////////// |
8ef94bfc | 2 | // Name: wx/gtk1/accel.h |
99d80019 JS |
3 | // Purpose: wxAcceleratorTable redirection file |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: | |
7 | // Copyright: (c) Julian Smart | |
99d80019 JS |
8 | // Licence: wxWindows licence |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
1e6feb95 VZ |
11 | // VZ: keeping the old file just in case we're going to have a native GTK+ |
12 | // wxAcceleratorTable implementation one day, but for now use the generic | |
13 | // version | |
14 | #include "wx/generic/accel.h" |