hanko: add updateScript (#372233)
[NixPkgs.git] / pkgs / applications / audio / espeak / espeakedit-wxgtk30.patch
blob04e5788249869a736df21445ba2cfb7d4c62108f
1 diff -uNr a/src/espeakedit.cpp b/src/espeakedit.cpp
2 --- a/src/espeakedit.cpp
3 +++ b/src/espeakedit.cpp
4 @@ -123,7 +126,7 @@ bool MyApp::OnInit(void)
5 {//=====================
7 int j;
8 -wxChar *p;
9 +const wxChar *p;
10 char param[120];
13 diff -uNr a/src/spect.cpp b/src/spect.cpp
14 --- a/src/spect.cpp
15 +++ b/src/spect.cpp
16 @@ -1,6 +1,7 @@
17 /***************************************************************************
18 * Copyright (C) 2005 to 2007 by Jonathan Duddington *
19 * email: jonsd@users.sourceforge.net *
20 + * Copyright (C) 2013 by Reece H. Dunn *
21 * *
22 * This program is free software; you can redistribute it and/or modify *
23 * it under the terms of the GNU General Public License as published by *
24 @@ -92,6 +93,8 @@ float SpectTilt(int value, int freq)
27 SpectFrame::SpectFrame(SpectFrame *copy)
28 + : FONT_SMALL(8,wxSWISS,wxNORMAL,wxNORMAL)
29 + , FONT_MEDIUM(9,wxSWISS,wxNORMAL,wxNORMAL)
30 {//=====================================
32 int ix;