summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-05 20:02:55 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-05 20:02:55 +0200
commitc20bdf1107d48a1c14713709d12d429e761132af (patch)
tree7132521d0fdd5373507633cbdc35ee998929708d /src/version.c
parentb73faa1c02d0911a60bddd1ba343cf620f2cd124 (diff)
patch 9.1.0267: File name entered in GUI dialog is ignoredv9.1.0267
Problem: File name entered in GUI dialog is ignored (after v9.1.0265) Solution: Only set file name to "Untitled" if GUI dialog didn't set it. (zeertzjq) closes: #14417 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f1792f7335..5534b9b308 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 267,
+/**/
266,
/**/
265,