From 426f6dd4859d871348cd7213fd678fd534f2dcc1 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Tue, 28 Dec 2021 20:27:16 -0500 Subject: [PATCH] Append product version to task manager titlebar (effectively) --- resources/msw/bitmap2component.rc | 2 +- resources/msw/eeschema.rc | 2 +- resources/msw/gerbview.rc | 2 +- resources/msw/kicad.rc | 2 +- resources/msw/pcb_calculator.rc | 2 +- resources/msw/pcbnew.rc | 2 +- resources/msw/pl_editor.rc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/msw/bitmap2component.rc b/resources/msw/bitmap2component.rc index e403ec8016..2e4f791193 100644 --- a/resources/msw/bitmap2component.rc +++ b/resources/msw/bitmap2component.rc @@ -1,6 +1,6 @@ icon_bitmap2component ICON "../bitmaps_png/icons/icon_bitmap2component.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad Image Converter" +#define RC_VER_FILE_DESCRIPTION "KiCad Image Converter " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "bitmap2component" #define RC_VER_ORIGINALFILENAME "bitmap2component.exe" #include "kiwin32.rc" diff --git a/resources/msw/eeschema.rc b/resources/msw/eeschema.rc index 881150ee65..d0ed2439d5 100644 --- a/resources/msw/eeschema.rc +++ b/resources/msw/eeschema.rc @@ -1,6 +1,6 @@ icon_eeschema ICON "../bitmaps_png/icons/icon_eeschema.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad Schematic Editor" +#define RC_VER_FILE_DESCRIPTION "KiCad Schematic Editor " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "eeschema" #define RC_VER_ORIGINALFILENAME "eeschema.exe" diff --git a/resources/msw/gerbview.rc b/resources/msw/gerbview.rc index 2c3bfe6001..ced3db05a6 100644 --- a/resources/msw/gerbview.rc +++ b/resources/msw/gerbview.rc @@ -1,6 +1,6 @@ icon_gerbview ICON "../bitmaps_png/icons/icon_gerbview.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad Gerber Viewer" +#define RC_VER_FILE_DESCRIPTION "KiCad Gerber Viewer " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "gerbview" #define RC_VER_ORIGINALFILENAME "gerbview.exe" #include "kiwin32.rc" diff --git a/resources/msw/kicad.rc b/resources/msw/kicad.rc index 5d3354277c..eca2e28d73 100644 --- a/resources/msw/kicad.rc +++ b/resources/msw/kicad.rc @@ -1,6 +1,6 @@ icon_kicad ICON "../bitmaps_png/icons/icon_kicad.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad EDA" +#define RC_VER_FILE_DESCRIPTION "KiCad EDA " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "kicad" #define RC_VER_ORIGINALFILENAME "kicad.exe" #include "kiwin32.rc" diff --git a/resources/msw/pcb_calculator.rc b/resources/msw/pcb_calculator.rc index d73533eefe..8e227d05a1 100644 --- a/resources/msw/pcb_calculator.rc +++ b/resources/msw/pcb_calculator.rc @@ -1,6 +1,6 @@ icon_pcbcalculator ICON "../bitmaps_png/icons/icon_pcbcalculator.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad PCB Calculator" +#define RC_VER_FILE_DESCRIPTION "KiCad PCB Calculator " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "pcb_calculator" #define RC_VER_ORIGINALFILENAME "pcb_calculator.exe" #include "kiwin32.rc" diff --git a/resources/msw/pcbnew.rc b/resources/msw/pcbnew.rc index 4d61a98ac8..3346053d67 100644 --- a/resources/msw/pcbnew.rc +++ b/resources/msw/pcbnew.rc @@ -1,6 +1,6 @@ icon_pcbnew ICON "../bitmaps_png/icons/icon_pcbnew.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad PCB Editor" +#define RC_VER_FILE_DESCRIPTION "KiCad PCB Editor " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "pcbnew" #define RC_VER_ORIGINALFILENAME "pcbnew.exe" #include "kiwin32.rc" diff --git a/resources/msw/pl_editor.rc b/resources/msw/pl_editor.rc index 402e4d20b1..badc5bfab9 100644 --- a/resources/msw/pl_editor.rc +++ b/resources/msw/pl_editor.rc @@ -1,6 +1,6 @@ icon_pagelayout_editor ICON "../bitmaps_png/icons/icon_pagelayout_editor.ico" -#define RC_VER_FILE_DESCRIPTION "KiCad Drawing Sheet Editor" +#define RC_VER_FILE_DESCRIPTION "KiCad Drawing Sheet Editor " KICAD_WIN32_RC_PRODVER_STR #define RC_VER_INTERNALNAME "pl_editor" #define RC_VER_ORIGINALFILENAME "pl_editor.exe" #include "kiwin32.rc"