view resource.rc.in @ 211:c40329e95445

Trim both left and right side of username+password prompt input. Also allow empty passwords, to be able to use guest accounts.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 23:13:30 +0200
parents 0751e0fb7ba9
children da539f54c9b0
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 Anonymous Finnish Guy"
      VALUE "OriginalFilename", "@EXE@"
      VALUE "ProductName", "NNChat"
      VALUE "ProductVersion", "@VERSION@"
    END
  END
END