This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 6b9d2a6e34dd52741f6f59427b88c48c32a5db5d
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Wed Sep 20 17:43:56 2023 +0200
dialogs: Remove extra separator in Miscellaneous Settings
Reported by Milan Maljković.
---
src/settings.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/settings.c b/src/settings.c
index 509fd08f..12d52da8 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors
- * Copyright (C) 2004-2022 Kim Woelders
+ * Copyright (C) 2004-2023 Kim Woelders
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -542,9 +542,6 @@ _DlgFillMisc(Dialog * d, DItem * table, void *data __UNUSED__)
di = DialogAddItem(table, DITEM_SEPARATOR);
DialogItemSetColSpan(di, 2);
- di = DialogAddItem(table, DITEM_SEPARATOR);
- DialogItemSetColSpan(di, 2);
-
di = DialogAddItem(table, DITEM_TEXT);
DialogItemSetColSpan(di, 2);
DialogItemSetText(di, _("Magwin zoom resolution"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.