Selaa lähdekoodia

fixed broken smart quote.

mitm 7 vuotta sitten
vanhempi
commit
bff4a06a14
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>>.