]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/loader-docs.factor
ui.backend.gtk: use a global variable to store the icon data
[factor.git] / core / vocabs / loader / loader-docs.factor
index b1f1796e1495d2a409fa0c9e24894356322e5be3..6d8bad2536bf19c24f2606a14d7f985a6e4b6e2e 100755 (executable)
@@ -30,10 +30,11 @@ ARTICLE: "vocabs.roots" "Vocabulary roots"
 ARTICLE: "vocabs.icons" "Vocabulary icons"
 "An icon file representing the vocabulary can be provided for use by " { $link "tools.deploy" } ". If any of the following files exist inside the vocabulary directory, they will be used as icons when the application is deployed."
 { $list
-    { { $snippet "icon.ico" } " on Windows" }
+    { { $snippet "icon.ico" } " on Windows and Linux" }
     { { $snippet "icon.icns" } " on MacOS X" }
-    { { $snippet "icon.png" } " on Linux and *BSD" }
-} ;
+    { { $snippet "icon.png" } " on Linux" }
+}
+"The icon file will be embedded in the vocab's image file." ;
 
 ARTICLE: "vocabs.loader" "Vocabulary loader"
 "The " { $link POSTPONE: USE: } " and " { $link POSTPONE: USING: } " words load vocabularies using the vocabulary loader. The vocabulary loader is implemented in the " { $vocab-link "vocabs.loader" } " vocabulary."