### Copyright (C) 1995 Jeppe Buk (buk@imada.ou.dk) ### This program is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by ### the Free Software Foundation; either version 2 of the License, or ### (at your option) any later version. ### ### This program is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ### GNU General Public License for more details. ### ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software ### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ### ### [Thu Jun 5 1997] ### Some messages (label, help,..) were Japanized by MOTOYAMA,mashio ### . If you want to use original messages try this URL. ### Dotfile Generator's Page proc ressources {} { # モジュールのリソース Desc "モジュールのリソース設定" ShortDesc "モジュールのリソース" Entry ressource -width 50 \ -help "リソースの名前と値を書き込みます。\n" \ "詳細はモジュールに附属のマニュアルを御覧下さい" ExtEntry ressources -text "リソース・ライン" -entries {ressource} \-count 10 Save { forevery ressources { if {$ressource!={}} {print $ressource} } } }