Resources/AIConfirmationsAdvancedPreferences.nib/info.nib
author Zachary West <zacw@adium.im>
Tue Jun 02 17:22:19 2009 -0400 (2009-06-02)
changeset 2450 08aa9c3a346c
permissions -rw-r--r--
Create a new advanced preference called "Confirmations". Move Quit Confirmations there.

Adds a new confirmation type for closing message windows with more than 1 tab open. Fixes #12006.

This new preference has two options: always confirm, only confirm when there's unread content. Displays an alert sheet when trying to close the window.
zacw@2450
     1
<?xml version="1.0" encoding="UTF-8"?>
zacw@2450
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
zacw@2450
     3
<plist version="1.0">
zacw@2450
     4
<dict>
zacw@2450
     5
	<key>IBFramework Version</key>
zacw@2450
     6
	<string>677</string>
zacw@2450
     7
	<key>IBLastKnownRelativeProjectPath</key>
zacw@2450
     8
	<string>../Adium.xcodeproj</string>
zacw@2450
     9
	<key>IBOldestOS</key>
zacw@2450
    10
	<integer>5</integer>
zacw@2450
    11
	<key>IBOpenObjects</key>
zacw@2450
    12
	<array>
zacw@2450
    13
		<integer>1</integer>
zacw@2450
    14
	</array>
zacw@2450
    15
	<key>IBSystem Version</key>
zacw@2450
    16
	<string>9J61</string>
zacw@2450
    17
	<key>targetFramework</key>
zacw@2450
    18
	<string>IBCocoaFramework</string>
zacw@2450
    19
</dict>
zacw@2450
    20
</plist>