Changeset 23991
- Timestamp:
- 06/15/2008 02:21:57 PM (6 months ago)
- Files:
-
- trunk/Resources/Adium.sdef (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Resources/Adium.sdef
r23865 r23991 226 226 <cocoa key="scriptingStatusType" /> 227 227 </property> 228 <property name="status message" code="Ps tm" type="rich text" access="r" description="The custom status message for this contact.">228 <property name="status message" code="Psmg" type="rich text" access="r" description="The custom status message for this contact."> 229 229 <cocoa key="scriptingStatusMessage" /> 230 230 </property> … … 238 238 <class name="status" plural="statuses" code="Csts" description="A saved status in Adium"> 239 239 <cocoa class="AIStatus" /> 240 <property name="title" code="Pttl" type="text" access="r " description="The title of the status.">240 <property name="title" code="Pttl" type="text" access="rw" description="The title of the status."> 241 241 <cocoa key="scriptingTitle" /> 242 242 </property> 243 <property name="status type" code="Psts" type="status types" access="r " description="The type of this status.">243 <property name="status type" code="Psts" type="status types" access="rw" description="The type of this status."> 244 244 <cocoa key="statusTypeApplescript"/> 245 245 </property> 246 <property name=" message" code="Pstm" type="rich text" access="r" description="The custom status message.">246 <property name="status message" code="Psmg" type="rich text" access="rw" description="The custom status message."> 247 247 <cocoa key="scriptingMessage"/> 248 248 </property> 249 <property name="autoreply" code="Paut" type="rich text" access="r " description="The message to auto reply">249 <property name="autoreply" code="Paut" type="rich text" access="rw" description="The message to auto reply"> 250 250 <cocoa key="scriptingAutoreply"/> 251 251 </property> … … 253 253 <cocoa key="uniqueStatusID"/> 254 254 </property> 255 <property name="saved" code="Psav" type="boolean" access="r " description="Whether this status is temporary or not">255 <property name="saved" code="Psav" type="boolean" access="rw" description="Whether this status is temporary or not"> 256 256 <cocoa key="scriptingMutabilityType"/> 257 257 </property>