network preflet: Fix OpenVPN resource def

This commit is contained in:
Alexander von Gluck IV 2017-04-05 18:55:37 +00:00
parent 5c08c83412
commit dfe2d34fcb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
resource app_signature "application/x-vnd.Haiku-SSHService";
resource app_signature "application/x-vnd.Haiku-OpenVPNInterface";
resource app_version {
major = 1,
@ -7,6 +7,6 @@ resource app_version {
variety = 0,
internal = 0,
short_info = "1.0.0",
long_info = "Haiku SSH server settings"
long_info = "Haiku OpenVPN connection settings"
};