Révision 1571
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/TXMUIMessages.java (revision 1571) | ||
---|---|---|
154 | 154 |
public static String openTheQueryAssistant; |
155 | 155 |
public static String displayInFullText; |
156 | 156 |
public static String cannotAskForTheSimpleTabWhenTheUserHasSelectedTheAdvancedTab; |
157 |
public static String cannotCreateTheGraphic; |
|
158 | 157 |
public static String iAcceptTheLicenceAndIUndertakeToCiteTXMForAcknowledgingMyUseOfTXMInMyResearchWorkSeeTheCitationSectionOfTheInfhttpColontextometrieenslyonfrspipphprubrique61SupPage; |
159 | 158 |
public static String infpSupTXMIsPublishedUnderTheGNUGPL2LicenseAmpltInfaHrefEqualshttpsColonwwwgnuorglicensesgpl20enhtmlSuphttpsColonwwwgnuorglicensesgpl20enhtmlInfaSupAmpgt; |
160 | 159 |
public static String termsOfService; |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/input/AbstractSVGGraphicable.java (revision 1571) | ||
---|---|---|
71 | 71 |
this.path = Path.fromOSString(tmp.getCanonicalPath()); |
72 | 72 |
|
73 | 73 |
} catch (IOException e) { |
74 |
Log.severe(NLS.bind(TXMUIMessages.cannotCreateTheGraphic, e)); |
|
74 |
Log.severe(TXMUIMessages.cannotDrawAGraphicWithTheInformationProvided); |
|
75 |
Log.printStackTrace(e); |
|
75 | 76 |
} |
76 | 77 |
} |
77 | 78 |
return this.path; |
Formats disponibles : Unified diff