Skip to content

Commit a151bc0

Browse files
committed
Finalize 1.4 release.
- Cleanup reqrypt.version - Fix HTTP error tabs.
1 parent e9824e2 commit a151bc0

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

src/ui/tabs-error.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
<div class="tabs">
2-
<a class="tab" title="$PROGRAM home." href="home.html">
3-
HOME
2+
<a class="tab" id="options_tab" title="$PROGRAM configuration options."
3+
href="options.html">
4+
&#9941; REQRYPT
45
</a>
5-
<a class="tab" title="$PROGRAM log." href="log.html">
6+
<a class="tab" id="log_tab" title="$PROGRAM log." href="log.html">
67
LOG
78
</a>
8-
<a class="tab" title="$PROGRAM configuration options." href="options.html">
9-
OPTIONS
10-
</a>
11-
<a class="tab" title="$PROGRAM tunnels." href="tunnels.html">
12-
TUNNELS
13-
</a>
14-
<a class="tab" title="$PROGRAM help." href="help.html">
9+
<a class="tab" id="help_tab" title="$PROGRAM help." href="help.html">
1510
HELP
1611
</a>
17-
<a class="tab" title="$PROGRAM license information." href="license.html">
12+
<a class="tab" id="license_tab" title="$PROGRAM license information."
13+
href="license.html">
1814
LICENSE
1915
</a>
2016
<a class="tab active" href="$NAME">ERROR</a>
17+
<a class="tab exit" onClick="exit()" title="$PROGRAM exit.">&#10006;</a>
2118
</div>

src/windows/install/install.nsi.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Section "Uninstall"
6464
Delete "$INSTDIR\@[email protected]"
6565
Delete "$INSTDIR\@[email protected]"
6666
Delete "$INSTDIR\@[email protected]"
67+
Delete "$INSTDIR\@[email protected]"
6768
Delete "$INSTDIR\WinDivert32.sys"
6869
Delete "$INSTDIR\WinDivert64.sys"
6970
Delete "$INSTDIR\WinDivert.dll"

0 commit comments

Comments
 (0)