mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
New address and some small changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21260 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eafc6836c5
commit
744858ea30
10 changed files with 22 additions and 5 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2005-05-25 23:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GNUmakefile
|
||||
* GNUmakefile.postamble
|
||||
* GNUmakefile.preamble
|
||||
* Gorm.m
|
||||
* main.m: Change address of FSF.
|
||||
* Palettes/1Windows/GormNSWindowInspector.gorm: Remove "wants to
|
||||
be color".
|
||||
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Added window
|
||||
autoposition section and max size section to .gorm file.
|
||||
|
||||
2005-05-24 00:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* English.lproj/GormClassInspector.gorm: Added link to
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
# 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
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
# You should have received a copy of the GNU Library General Public
|
||||
# License along with this library; see the file COPYING.LIB.
|
||||
# If not, write to the Free Software Foundation,
|
||||
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02111
|
||||
# USA.
|
||||
#
|
||||
|
||||
before-all::
|
||||
rm -rf InterfaceBuilder
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
#
|
||||
# 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
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
|
||||
# USA.
|
||||
#
|
||||
|
||||
# ADDITIONAL_OBJCFLAGS += -Wall -Werror
|
||||
|
|
3
Gorm.m
3
Gorm.m
|
@ -20,7 +20,8 @@
|
|||
*
|
||||
* 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.
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
|
||||
* USA.
|
||||
*/
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
main.m
3
main.m
|
@ -19,7 +19,8 @@
|
|||
*
|
||||
* 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.
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
|
||||
* USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
|
Loading…
Reference in a new issue