소스 검색

fixed broken smart quote.

mitm 7 년 전
부모
커밋
bff4a06a14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/setting_up_jme3_in_eclipse.adoc

+ 1 - 1
src/docs/asciidoc/jme3/setting_up_jme3_in_eclipse.adoc

@@ -40,7 +40,7 @@ The new project appears in the Explorer.
 Your project depends on the jMonkeyEngine libraries and needs to know where they are.
 
 .  Right-click the project in the explorer and choose `menu:Build Path[Add External Archives]`
-.  In the “JAR selection dialog, browse to the `$HOME/jME3.2-stable` directory.
+.  In the "`JAR`" selection dialog, browse to the `$HOME/jME3.2-stable` directory.
 .  Select all JARs in the `lib` directory and click Open.
 
 All necessary JAR libraries are now on the classpath and should appear in the Referenced Libraries list. For a detailed description of the separate jar files see <<jme3/jme3_source_structure#structure_of_jmonkeyengine3_jars,this list>>.