summaryrefslogtreecommitdiff
path: root/apps/windows/winres.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windows/winres.rc')
-rw-r--r--apps/windows/winres.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/windows/winres.rc b/apps/windows/winres.rc
index cad44a1f..af941f03 100644
--- a/apps/windows/winres.rc
+++ b/apps/windows/winres.rc
@@ -4,7 +4,7 @@ IDI_ICONDOC ICON "gsdoc.ico"
IDD_DLOGPASS DIALOG 50, 50, 204, 60
//STYLE DS_MODALFRAME | WS_POPUP
STYLE 128 | 0x80000000
-CAPTION " FzView: Password "
+CAPTION " Apparition: Password "
FONT 8, "MS Shell Dlg"
BEGIN
EDITTEXT 3, 57,20,140,12, 32
@@ -52,7 +52,7 @@ END
IDD_DLOGABOUT DIALOG 50, 50, 200, 210
STYLE 128 | 0x80000000
-CAPTION " About FzView "
+CAPTION " About Apparition "
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Okay", 1, 200-10-50,210-7-14,50,14, 0x50010001