view resource.rc.in @ 322:b9c15c57dc8f

Clean up message functions, add new printMsgQ() helper function for messages that should not go into the log file. Add skeleton help function, accessible via F1 key. And other cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 09:48:26 +0300
parents da539f54c9b0
children 78447d70f9d3
line wrap: on
line source

MAINICON ICON "@ICON@"
1 VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  @VERSION_COM@,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Anonymous Finnish Guy"
      VALUE "FileDescription", "NewbieNudes Chat Client"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "NNChat"
      VALUE "LegalCopyright", "(C) Copyright 2008-2010 AFG"
      VALUE "OriginalFilename", "@EXE@"
      VALUE "ProductName", "NNChat"
      VALUE "ProductVersion", "@VERSION@"
    END
  END
END