Blame Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/5/screenshot.png.sh

100f15
#!/bin/bash
100f15
#
100f15
# render_loadConfig.sh -- This function loads specifies translation
100f15
# markers and replacements for GDM `screenshot.png' image. This image
100f15
# temporally produced in order to build the GDM installable
100f15
# $THEME-$RESOLUTION.tar.gz file.
100f15
#
100f15
# Copyright (C) 2009-2011  Alain Reguera Delgado
100f15
# 
100f15
# This program is free software; you can redistribute it and/or
100f15
# modify it under the terms of the GNU General Public License as
100f15
# published by the Free Software Foundation; either version 2 of the
100f15
# License, or (at your option) any later version.
100f15
# 
100f15
# This program is distributed in the hope that it will be useful, but
100f15
# WITHOUT ANY WARRANTY; without even the implied warranty of
100f15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
100f15
# General Public License for more details.
100f15
#
100f15
# You should have received a copy of the GNU General Public License
100f15
# along with this program; if not, write to the Free Software
100f15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
100f15
# USA.
100f15
# ----------------------------------------------------------------------
100f15
# $Id$
100f15
# ----------------------------------------------------------------------
100f15
100f15
function render_loadConfig {
100f15
100f15
    # There is no specific translation here.
100f15
    return
100f15
100f15
}