summaryrefslogtreecommitdiff
path: root/fluid/ide_xcode.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-03-14 21:29:12 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-03-14 21:29:12 +0000
commitbe17e1ccb642891b0b00a6e26d9c79272aed1d9e (patch)
treebc2c191e05ae0b81ff0f0282d762b3bef4ab0d46 /fluid/ide_xcode.cxx
parent75b8da38135c8387e6c2eccd9db6e0202789d876 (diff)
Updated Fl_Device and Fl_Printer for Xcode
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7267 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_xcode.cxx')
-rw-r--r--fluid/ide_xcode.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/ide_xcode.cxx b/fluid/ide_xcode.cxx
index 361013445..d25791bf5 100644
--- a/fluid/ide_xcode.cxx
+++ b/fluid/ide_xcode.cxx
@@ -435,7 +435,8 @@ public:
const char *ext = fileDB.fileExt();
if (!ext) {
} else if (strcmp(pathAndName, "src/Fl.cxx")==0
- ||strcmp(pathAndName, "src/Fl_Native_File_Chooser.cxx")==0) { // FIXME: bad hack!
+ ||strcmp(pathAndName, "src/Fl_Native_File_Chooser.cxx")==0
+ ||strcmp(pathAndName, "src/Fl_Printer.cxx")==0) { // FIXME: bad hack!
filetype = "sourcecode.cpp.objcpp";
} else if (strcmp(ext, ".cxx")==0) {
filetype = "sourcecode.cpp.cpp";