Changeset 086fb7
- Timestamp:
- Aug 22, 2008, 5:13:43 PM (12 years ago)
- Branches:
- master
- Children:
- 873216
- Parents:
- cc4b19
- Location:
- chrome/content/v_identity
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_prefDialog.js
rcc4b19 r086fb7 22 22 Contributor(s): Thunderbird Developers 23 23 * ***** END LICENSE BLOCK ***** */ 24 25 /**26 * some code copied and adapted from Thunderbird Sources27 * thanks to all Thunderbird Developers28 */29 24 30 25 var vI_prefDialog = { -
chrome/content/v_identity/vI_prefDialog_FolderPicker.js
rcc4b19 r086fb7 1 2 /** 3 * some code copied and adapted from Thunderbird Sources 4 * thanks to all Thunderbird Developers 5 */ 6 1 7 /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 2 8 * ***** BEGIN LICENSE BLOCK ***** -
chrome/content/v_identity/vI_prefDialog_TB3FolderPicker.js
rcc4b19 r086fb7 1 2 /** 3 * some code copied and adapted from Thunderbird Sources 4 * thanks to all Thunderbird Developers 5 */ 6 1 7 /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 2 8 * ***** BEGIN LICENSE BLOCK ***** -
chrome/content/v_identity/vI_prefDialog_TB3FolderPicker.xul
rcc4b19 r086fb7 1 1 <?xml version="1.0"?> 2 2 <!-- ***** BEGIN LICENSE BLOCK ***** 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 - This program is free software; you can redistribute it and/or modify 4 - it under the terms of the GNU General Public License as published by 5 - the Free Software Foundation; either version 2 of the License, or 6 - (at your option) any later version. 7 8 - This program is distributed in the hope that it will be useful, 9 - but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - GNU General Public License for more details. 12 13 - You should have received a copy of the GNU General Public License 14 - along with this program; if not, write to the Free Software 15 - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 17 - The Original Code is the Virtual Identity Extension. 18 19 - The Initial Developer of the Original Code is Rene Ejury. 20 - Portions created by the Initial Developer are Copyright (C) 2007 21 - the Initial Developer. All Rights Reserved. 22 23 - Contributor(s): 24 - ***** END LICENSE BLOCK ***** --> 25 25 26 26 <!DOCTYPE pickerDTD SYSTEM "chrome://messenger/locale/msgFolderPickerOverlay.dtd"> -
chrome/content/v_identity/vI_prefDialog_preTB3FolderPicker.js
rcc4b19 r086fb7 1 2 /** 3 * some code copied and adapted from Thunderbird Sources 4 * thanks to all Thunderbird Developers 5 */ 6 1 7 /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 2 8 * ***** BEGIN LICENSE BLOCK *****
Note: See TracChangeset
for help on using the changeset viewer.