From 4453e75a4c6fc622320f914972457ccbe5905d0f Mon Sep 17 00:00:00 2001 From: handsome_feng Date: Sat, 13 May 2023 16:54:08 +0800 Subject: [PATCH] Set plugin name from Vpn to VPN --- debian/changelog | 6 ++++++ plugins/vpn/vpn.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4513723d..8df09382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kylin-nm (4.0.0.0-ok5) yangtze; urgency=medium + + * Modify plugin name from Vpn to VPN. + + -- handsome_feng Sat, 13 May 2023 16:52:05 +0800 + kylin-nm (4.0.0.0-ok4) yangtz; urgency=medium * remove kysec diff --git a/plugins/vpn/vpn.cpp b/plugins/vpn/vpn.cpp index 3b212942..26f24ef8 100644 --- a/plugins/vpn/vpn.cpp +++ b/plugins/vpn/vpn.cpp @@ -113,7 +113,7 @@ QWidget *Vpn::pluginUi(){ const QString Vpn::name() const { - return QStringLiteral("Vpn"); + return QStringLiteral("VPN"); } bool Vpn::isShowOnHomePage() const