Append product version to task manager titlebar (effectively)
This commit is contained in:
parent
bf2c4c1584
commit
426f6dd485
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue