aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/nginx.rc
blob: 8aa6ff59515d310fb3f93982571de507f5f180b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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