commit 0f2c9fae42aac2f509b609be15052588978988b0
parent 903f37deb439ecdaa309418d564d3341209234fc
Author: cfillion <cfillion@users.noreply.github.com>
Date: Fri, 10 Nov 2017 15:28:42 -0500
normalize window titles
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/import.cpp b/src/import.cpp
@@ -32,7 +32,7 @@
using namespace std;
-static const char *TITLE = "ReaPack: Import repositories";
+static const char *TITLE = "Import repositories";
static const char *DISCOVER_URL = "https://reapack.com/repos";
Import::Import()
diff --git a/src/resource.rc b/src/resource.rc
@@ -16,7 +16,7 @@ END
IDD_REPORT_DIALOG DIALOGEX 0, 0, 300, 286
STYLE DIALOG_STYLE
FONT DIALOG_FONT
-CAPTION "ReaPack: Transaction Report"
+CAPTION "Transaction report"
BEGIN
LTEXT "", IDC_LABEL, 5, 5, 270, 10
CONTROL "", IDC_TABS, WC_TABCONTROL, 0, 2, 16, 296, 246
@@ -28,7 +28,7 @@ END
IDD_CONFIG_DIALOG DIALOGEX 0, 0, 370, 240
STYLE DIALOG_STYLE | WS_THICKFRAME
FONT DIALOG_FONT
-CAPTION "ReaPack Configuration"
+CAPTION "Manage repositories"
BEGIN
LTEXT "The repositories enabled in this list are used to populate the package list:",
IDC_LABEL, 5, 5, 360, 10
@@ -88,7 +88,7 @@ END
IDD_BROWSER_DIALOG DIALOGEX 0, 0, 500, 250
STYLE DIALOG_STYLE | WS_THICKFRAME
FONT DIALOG_FONT
-CAPTION "ReaPack: Package Browser"
+CAPTION "Browse packages"
BEGIN
LTEXT "Filter:", IDC_LABEL, 5, 7, 20, 10
EDITTEXT IDC_FILTER, 25, 4, 212, 14, ES_AUTOHSCROLL | WS_TABSTOP
@@ -109,7 +109,7 @@ END
IDD_NETCONF_DIALOG DIALOGEX 0, 0, 220, 80
STYLE DIALOG_STYLE
FONT DIALOG_FONT
-CAPTION "ReaPack: Network Settings"
+CAPTION "Network settings"
BEGIN
LTEXT "Proxy:", IDC_LABEL, 5, 8, 20, 10
EDITTEXT IDC_PROXY, 30, 5, 185, 14, ES_AUTOHSCROLL