mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
Added FIXME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@32574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
405a68887b
commit
26fafd712c
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Modules/Projects/ResourceSet/PCResourceSetProject.m
|
||||
([PCResourceSetProject -appendHead:]): Added FIXME.
|
||||
|
||||
2011-01-24 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Modules/Editors/ProjectCenter/PCEditor.m (-revertFileToSaved):
|
||||
|
|
|
@ -188,6 +188,9 @@
|
|||
[mff appendString:@"\n#\n# Resource Set\n#\n"];
|
||||
[mff appendString:[NSString stringWithFormat:@"RESOURCE_SET_NAME = %@\n",
|
||||
projectName]];
|
||||
/* FIXME: This was deprecated in 2007 and has even been removed from
|
||||
the latest gnustep-make! The variable to use is
|
||||
xxx_INSTALL_DIR. */
|
||||
[mff appendString:
|
||||
[NSString stringWithFormat:@"@%RESOURCE_FILES_INSTALL_DIR = %@\n",
|
||||
[projectDict objectForKey:PCInstallDomain]]];
|
||||
|
|
Loading…
Reference in a new issue