diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/aboutdialog.ui | 45 | ||||
| -rw-r--r-- | src/mainwindow.ui | 4 | ||||
| -rw-r--r-- | src/version.rc | 2 |
3 files changed, 47 insertions, 4 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 618077ed..50a9de5f 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -154,9 +154,45 @@ <string>Thanks</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
+ <item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
+ <string>Current Maintainers</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_6">
+ <item>
+ <widget class="QListWidget" name="listWidget_2">
+ <property name="selectionMode">
+ <enum>QAbstractItemView::NoSelection</enum>
+ </property>
+ <item>
+ <property name="text">
+ <string notr="true">LePresidente</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">Silarn</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">erasmux</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">Diana</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox_2">
+ <property name="title">
<string>Translators</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@@ -237,7 +273,7 @@ </widget>
</item>
<item>
- <widget class="QGroupBox" name="groupBox_2">
+ <widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Other Supporter</string>
</property>
@@ -247,6 +283,11 @@ <property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
+ <item>
+ <property name="text">
+ <string notr="true">Al12 (Discord) </string>
+ </property>
+ </item>
<item>
<property name="text">
<string notr="true">blacksol</string>
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index d8fa1432..d9667ed7 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -906,11 +906,13 @@ p, li { white-space: pre-wrap; } <attribute name="title">
<string>Archives</string>
</attribute>
+ <property name="visible">
+ <bool>true</bool>
+ </property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<property name="leftMargin">
<number>6</number>
</property>
-
<property name="topMargin">
<number>6</number>
</property>
diff --git a/src/version.rc b/src/version.rc index f8b62a2f..9de492f6 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
#define VER_FILEVERSION 2,1,0
-#define VER_FILEVERSION_STR "2.1.0beta\0"
+#define VER_FILEVERSION_STR "2.1.0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
