- remove icon, gkrellmd is a background-application that needs no icon
- update copyright year in application header
This commit is contained in:
parent
bb0a4a901d
commit
ec19a8fd2e
|
@ -1,11 +1,6 @@
|
||||||
#include "win32-resource.h"
|
//#include "win32-resource.h"
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
|
|
||||||
//
|
|
||||||
// Icon resources
|
|
||||||
//
|
|
||||||
IDI_ICON3 ICON "gkrellm.ico"
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Version Information resources
|
// Version Information resources
|
||||||
//
|
//
|
||||||
|
@ -22,7 +17,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "GKrellM Daemon"
|
VALUE "FileDescription", "GKrellM Daemon"
|
||||||
VALUE "FileVersion", "2.3.1"
|
VALUE "FileVersion", "2.3.1"
|
||||||
VALUE "InternalName", "gkrellmd"
|
VALUE "InternalName", "gkrellmd"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1999-2007 Bill Wilson"
|
VALUE "LegalCopyright", "Copyright (C) 1999-2008 Bill Wilson"
|
||||||
VALUE "OriginalFilename", "gkrellmd.exe"
|
VALUE "OriginalFilename", "gkrellmd.exe"
|
||||||
VALUE "ProductName", "GKrellM"
|
VALUE "ProductName", "GKrellM"
|
||||||
VALUE "ProductVersion", "2.3.1"
|
VALUE "ProductVersion", "2.3.1"
|
||||||
|
|
Loading…
Reference in New Issue