Sha256: 90136b210c126a0d55721147454ee75a3d98a77493f452c847af4ffa04e9ea43

Contents?: true

Size: 1.3 KB

Versions: 3

Compression:

Stored size: 1.3 KB

Contents

#***********************************************************************
#* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
#* Copyright (c) 2004 - 2005 by Steven Gibson. All Rights Reserved.
#*
#* This library 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
#* .
#*
#* These files are distributed in the hope that they 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 these files; if not, write to the Free Software
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#*
#* For further information please contact the author by e-mail
#* at "smalllinux@gmai.com".
#***********************************************************************/

def rwdwcalc
$tinkerdocumentsarray.delete_if {|x| x == "HowTo_RwdCalc.txt"}
$tinkerhelpaboutarray.delete_if {|x| x == "RwdCalc"}
Helptext.delete_if {|key, value| key == :rwdcalc_generalhelp }
Helptext.delete_if {|key, value| key == :rwdcalc_scripthelp }
$rwdjumplink.delete_if {|x| x == "RwdCalcMainWindow"}

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bigtinker-0.96 code/superant.com.rwdcalc/uninstallapplet.rb
bigtinker-0.97 code/superant.com.rwdcalc/uninstallapplet.rb
bigtinker-0.98 code/superant.com.rwdcalc/uninstallapplet.rb