Skip to content

Commit 3e5d696

Browse files
author
kyngchaos
committedJun 27, 2010
context help update (r13806)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13813 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,8 @@
10031003
7262ED9E0F7A777700498385 /* qgsspatialiteprovider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED8E0F7A767400498385 /* qgsspatialiteprovider.cpp */; };
10041004
7262ED9F0F7A777700498385 /* qgsspatialiteprovider.h in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED8F0F7A767400498385 /* qgsspatialiteprovider.h */; };
10051005
7262EDCD0F7A9FFC00498385 /* qgsspatialitetablemodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 7262ED7F0F7A74B700498385 /* qgsspatialitetablemodel.h */; };
1006+
7263051911D7059F00574433 /* QgsDelimitedTextPluginGui-fr_FR in Copy - context_help */ = {isa = PBXBuildFile; fileRef = 7263051711D7058E00574433 /* QgsDelimitedTextPluginGui-fr_FR */; };
1007+
7263051A11D7059F00574433 /* QgsIdentifyResults-fr_FR in Copy - context_help */ = {isa = PBXBuildFile; fileRef = 7263051811D7058E00574433 /* QgsIdentifyResults-fr_FR */; };
10061008
7264FE991024D117004D4CDD /* qgsmaptooladdvertex.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6220F39E57A003DC336 /* qgsmaptooladdvertex.h */; };
10071009
7264FE9A1024D117004D4CDD /* qgsmaptooldeletepart.h in Sources */ = {isa = PBXBuildFile; fileRef = 72820FDC0FACCE520011C963 /* qgsmaptooldeletepart.h */; };
10081010
7264FE9B1024D117004D4CDD /* qgsmaptooldeletering.h in Sources */ = {isa = PBXBuildFile; fileRef = 72820FDB0FACCE520011C963 /* qgsmaptooldeletering.h */; };
@@ -3164,6 +3166,8 @@
31643166
dstPath = "$(QGIS_DATA_SUBDIR)/resources/context_help";
31653167
dstSubfolderSpec = 6;
31663168
files = (
3169+
7263051911D7059F00574433 /* QgsDelimitedTextPluginGui-fr_FR in Copy - context_help */,
3170+
7263051A11D7059F00574433 /* QgsIdentifyResults-fr_FR in Copy - context_help */,
31673171
72EF7B1E11CFAF9100263425 /* QgsProjectProperties-ja_JP in Copy - context_help */,
31683172
72EF7B1C11CFAF6700263425 /* QgsNewConnection-ja_JP in Copy - context_help */,
31693173
72EF7B1A11CFAF4900263425 /* MapServerExport-es_ES in Copy - context_help */,
@@ -6096,6 +6100,8 @@
60966100
7262ED8F0F7A767400498385 /* qgsspatialiteprovider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsspatialiteprovider.h; path = ../../src/providers/spatialite/qgsspatialiteprovider.h; sourceTree = SOURCE_ROOT; };
60976101
7262ED9C0F7A770300498385 /* libspatialiteprovider.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libspatialiteprovider.so; sourceTree = BUILT_PRODUCTS_DIR; };
60986102
7262EDB90F7A99CE00498385 /* FindSPATIALITE.cmake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FindSPATIALITE.cmake; path = ../../cmake/FindSPATIALITE.cmake; sourceTree = SOURCE_ROOT; };
6103+
7263051711D7058E00574433 /* QgsDelimitedTextPluginGui-fr_FR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "QgsDelimitedTextPluginGui-fr_FR"; path = "../../resources/context_help/QgsDelimitedTextPluginGui-fr_FR"; sourceTree = SOURCE_ROOT; };
6104+
7263051811D7058E00574433 /* QgsIdentifyResults-fr_FR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "QgsIdentifyResults-fr_FR"; path = "../../resources/context_help/QgsIdentifyResults-fr_FR"; sourceTree = SOURCE_ROOT; };
60996105
72683FF80FD6B1EA00D90FFC /* mActionMergeFeatures.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionMergeFeatures.png; path = ../../images/themes/default/mActionMergeFeatures.png; sourceTree = SOURCE_ROOT; };
61006106
72683FF90FD6B1EA00D90FFC /* mActionFromSelectedFeature.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionFromSelectedFeature.png; path = ../../images/themes/default/mActionFromSelectedFeature.png; sourceTree = SOURCE_ROOT; };
61016107
72683FFA0FD6B1EA00D90FFC /* mActionRemoveSelectedFeature.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionRemoveSelectedFeature.png; path = ../../images/themes/default/mActionRemoveSelectedFeature.png; sourceTree = SOURCE_ROOT; };
@@ -12214,6 +12220,8 @@
1221412220
721D944C11CE90DF00714113 /* QgsWMSSourceSelect-ru_RU */,
1221512221
721D944D11CE90DF00714113 /* QgsWMSSourceSelect-sk_SK */,
1221612222
721D944E11CE90DF00714113 /* QgsWMSSourceSelect-sv_SE */,
12223+
7263051711D7058E00574433 /* QgsDelimitedTextPluginGui-fr_FR */,
12224+
7263051811D7058E00574433 /* QgsIdentifyResults-fr_FR */,
1221712225
);
1221812226
name = context_help;
1221912227
path = ../../resources/context_help;
@@ -20511,7 +20519,7 @@
2051120519
COPY_PHASE_STRIP = NO;
2051220520
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2051320521
GCC_OPTIMIZATION_LEVEL = 0;
20514-
QGIS_VERSION_BUILD = 13789;
20522+
QGIS_VERSION_BUILD = 13812;
2051520523
STRIP_INSTALLED_PRODUCT = NO;
2051620524
};
2051720525
name = Debug;
@@ -20522,7 +20530,7 @@
2052220530
buildSettings = {
2052320531
COPY_PHASE_STRIP = YES;
2052420532
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
20525-
QGIS_VERSION_BUILD = 13789;
20533+
QGIS_VERSION_BUILD = 13812;
2052620534
STRIP_INSTALLED_PRODUCT = YES;
2052720535
};
2052820536
name = Release;

0 commit comments

Comments
 (0)
Please sign in to comment.