We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349c57 commit 305598bCopy full SHA for 305598b
2 files changed
src/gui_motif.c
@@ -4074,7 +4074,7 @@ gui_mch_replace_dialog(eap)
4074
* Synchronize all gui elements, which are dependant upon the
4075
* main text font used. Those are in esp. the find/replace dialogs.
4076
* If you don't understand why this should be needed, please try to
4077
- * search for "piê¶æ" in iso8859-2.
+ * search for "pi\xea\xb6\xe6" in iso8859-2.
4078
*/
4079
void
4080
gui_motif_synch_fonts(void)
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 1204,
751
/**/
752
1203,
753
0 commit comments