Skip to content

Commit

Permalink
added italiano locale + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Sep 29, 2016
1 parent c5f74d3 commit 7fed729
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
9 changes: 9 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.1.116 (x October 2016)
+ added "listen" layer blocking
+ added more protocols recognition for dropped packets logging (win7 and above)
+ added forgotten rules into settings menu
+ added open folder by double click for listview
- fixed process list menu icons with classic ui
- updated translation
- minor improvements

v1.1.115 (22 September 2016)
+ added more information to dropped packets logging (win7 and above)
- fixed inbound dont't blocking
Expand Down
Binary file added bin/i18n/Italiano.ini
Binary file not shown.
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
19 changes: 10 additions & 9 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,16 @@
#define IDM_FINDNEXT 2003
#define IDM_REFRESH 2004
#define IDM_ALWAYSONTOP_CHK 2005
#define IDM_ICONSSMALL 2006
#define IDM_ICONSLARGE 2007
#define IDM_SORTBYFNAME 2008
#define IDM_SORTBYFDIR 2009
#define IDM_SORTISDESCEND 2010
#define IDM_WEBSITE 2011
#define IDM_DONATE 2012
#define IDM_CHECKUPDATES 2013
#define IDM_ABOUT 2014
#define IDM_CHECKUPDATES_CHK 20065
#define IDM_ICONSSMALL 2007
#define IDM_ICONSLARGE 2008
#define IDM_SORTBYFNAME 2009
#define IDM_SORTBYFDIR 2010
#define IDM_SORTISDESCEND 2011
#define IDM_WEBSITE 2012
#define IDM_DONATE 2013
#define IDM_CHECKUPDATES 2014
#define IDM_ABOUT 2015

// Tray Menu
#define IDM_TRAY_SHOW 3000
Expand Down
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit 7fed729

Please sign in to comment.