1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 03:22:30 +01:00

- Fixed 2 syntax errors in plmenu.zh_TW.Big5 (Mike FABIAN <mfabian@suse.de>)

- Some .po file fixes (Mike FABIAN <mfabian@suse.de>)
- Fixed the problem with the root menu code changing the locale setting as
  a side effect of loading a localized menu
- Fixed e memory leak in the code that reads a localized root menu
This commit is contained in:
dan
2003-04-15 22:04:49 +00:00
parent e1958b22c5
commit f06c9a1953
7 changed files with 40 additions and 22 deletions

View File

@@ -91,7 +91,7 @@
("圖片", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
),
("儲存主題", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/%a(主題名稱)"),
("儲存圖示集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/%a(圖示集名稱)")
("儲存圖示集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/%a(圖示集名稱)"),
("偏好設定公用程式", EXEC, "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs")
),
("離開",
@@ -99,6 +99,6 @@
("啟動 BlackBox", RESTART, blackbox),
("啟動 kwm", RESTART, kwm),
("啟動 IceWM", RESTART, icewm),
("離開...", EXIT),
("離開...", EXIT)
)
)