Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-09 05:07:48 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-09 05:07:48 +0300
commit8e50d166c21dcc8a69a808a31e49d4727b9847e8 (patch)
tree5ebd6d1575ffbc14cb6d7a7691dc8f91a5925553 /NesMenuFolder.cs
parent1995b141deb8ec29a59529b73867636384e534ec (diff)
Folder icon selection, finally
Diffstat (limited to 'NesMenuFolder.cs')
-rw-r--r--NesMenuFolder.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/NesMenuFolder.cs b/NesMenuFolder.cs
index f78d87c7..e07d782e 100644
--- a/NesMenuFolder.cs
+++ b/NesMenuFolder.cs
@@ -16,6 +16,7 @@ namespace com.clusterrr.hakchi_gui
{
static Random rnd = new Random();
static ResourceManager rm = Resources.ResourceManager;
+ public static readonly string FolderImagesDirectory = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "folder_images");
private string code = null;
public enum Priority