mirror of
https://github.com/sheumann/AFPBridge.git
synced 2024-11-01 01:05:06 +00:00
Add rVersion and rComment resources for AFP Mounter CDev.
This commit is contained in:
parent
8f72c9b89f
commit
7d9dc2de54
18
afpcdev.rez
18
afpcdev.rez
@ -1,5 +1,23 @@
|
||||
#include "types.rez"
|
||||
|
||||
resource rVersion (1) {
|
||||
{ 1,0,0,beta,1 },
|
||||
verUS,
|
||||
"AFP Mounter",
|
||||
"By Stephen Heumann"
|
||||
};
|
||||
|
||||
resource rComment (1) {
|
||||
"The AFP Mounter control panel allows you to connect to "
|
||||
"file servers using the Apple Filing Protocol (AFP) "
|
||||
"over either AppleTalk or TCP/IP.\n"
|
||||
"\n"
|
||||
"Copyright 2017 Stephen Heumann\n"
|
||||
"\n"
|
||||
"This program contains material from the ORCA/C Run-Time Libraries, "
|
||||
"copyright 1987-1996 by Byte Works, Inc. Used with permission."
|
||||
};
|
||||
|
||||
resource rCDEVFlags (1) {
|
||||
wantMachine+wantHit+wantClose+wantEvents+wantEdit+wantCreate,
|
||||
1, /* enabled */
|
||||
|
Loading…
Reference in New Issue
Block a user