view src/os/win32/nginx.rc @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents 4d9ea73a627a
children d43d73277c5c
line wrap: on
line source


// Copyright (C) Igor Sysoev

#include <ngx_gui_resources.h>

nginx   icon  discardable  "src\\os\\win32\\nginx.ico"
tray    icon  discardable  "src\\os\\win32\\nginx_tray.ico"

nginx   menu  discardable
begin
    popup "&nginx"
    begin
        menuitem "&Exit",   NGX_WM_EXIT
        menuitem "&About",  NGX_WM_ABOUT
    end
end