From 564bf02e59c03e36ce0957fca10fb9d88c2dd651 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 26 Nov 2021 20:44:27 +0800 Subject: [PATCH] =?UTF-8?q?-=20fix=EF=BC=9Alicense=20info=20in=20the=20abo?= =?UTF-8?q?ut=20dialog=20should=20be=20readonly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NEWS.md | 1 + RedPandaIDE/version.h | 2 +- RedPandaIDE/widgets/aboutdialog.ui | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 26e49e80..8af7b668 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ Version 0.10.2 For Dev-C++ 7 Beta - fix: dragging out of the editor and back will cause error - fix: dragging text from lines in the front to lines back will cause error - fix: dragging text onto itself should do nothing + - fix:license info in the about dialog should be readonly Version 0.10.1 For Dev-C++ 7 Beta - fix: can't correctly expand watch expression that has spaces in it diff --git a/RedPandaIDE/version.h b/RedPandaIDE/version.h index 5285c2e7..ee6dee7a 100644 --- a/RedPandaIDE/version.h +++ b/RedPandaIDE/version.h @@ -2,6 +2,6 @@ #define VERSION_H #include -#define DEVCPP_VERSION "beta.0.10.1" +#define DEVCPP_VERSION "beta.0.10.2" #endif // VERSION_H diff --git a/RedPandaIDE/widgets/aboutdialog.ui b/RedPandaIDE/widgets/aboutdialog.ui index 8722dbbb..ed260e9a 100644 --- a/RedPandaIDE/widgets/aboutdialog.ui +++ b/RedPandaIDE/widgets/aboutdialog.ui @@ -54,6 +54,9 @@ + + true + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by