view src/os/win32/nginx.rc @ 2291:e9a1cddf2aaa

*) split ngx_http_gzip_body_filter() *) send gzheader together with the filter's first output
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Nov 2008 19:13:47 +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