Additional and hopefully final fix for #7281 "Shutdown is not localized".
PS: Yes, I'm not brave enough to change the character case in the signature for one of the most significant servers in the system ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c4ff96ea75
commit
c4489236c7
@ -62,7 +62,7 @@ Server registrar
|
||||
;
|
||||
|
||||
DoCatalogs registrar :
|
||||
application/x-vnd.Haiku-Registrar
|
||||
x-vnd.haiku-registrar
|
||||
:
|
||||
ShutdownProcess.cpp
|
||||
;
|
||||
|
@ -2,7 +2,7 @@
|
||||
* registrar.rdef
|
||||
*/
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku-Registrar";
|
||||
resource app_signature "application/x-vnd.haiku-registrar";
|
||||
|
||||
resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
|
||||
/* the registrar's application flags are actually
|
||||
|
Loading…
Reference in New Issue
Block a user