Change the new net preflet mimetype to match the old one
This lets NetworkStatus and possibly other apps find it again.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
|
||||
#define SOFTWARE_EDITOR "Haiku"
|
||||
#define NAME "NetworkSetup"
|
||||
#define SOFTWARE_VERSION_LABEL "0.1.0 alpha"
|
||||
#define NAME "Network"
|
||||
#define SOFTWARE_VERSION_LABEL "1.0.0 alpha"
|
||||
|
||||
#define APPLICATION_SIGNATURE "application/x-vnd." SOFTWARE_EDITOR "-" NAME
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-NetworkSetup";
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-Network";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
@@ -11,8 +11,8 @@ resource app_version {
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
internal = 0,
|
||||
|
||||
short_info = "NetworkSetup",
|
||||
long_info = "NetworkSetup ©2007-2011 Haiku"
|
||||
short_info = "Network Preferences",
|
||||
long_info = "Network Preferences ©2007-2014 Haiku"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
|
||||
Reference in New Issue
Block a user