Add proper RDef file so the Network prefelt is known to the system as an
application. NOTE: Using FileTypes within Haiku to set this properties does not result in other applications to be able to use BRoster::Launch() with the given signature. The error message will change from "Application not found" to "No application found to handle this file type" (or the like). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,5 +8,6 @@ Preference Network :
|
||||
EthernetSettingsView.cpp
|
||||
settings.cpp
|
||||
: be root $(HAIKU_NETWORK_LIBS)
|
||||
: Network.rdef
|
||||
;
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-Network";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
internal = 0,
|
||||
|
||||
short_info = "Network",
|
||||
long_info = "Network ©2007-2008 Haiku"
|
||||
};
|
||||
Reference in New Issue
Block a user