[Amis-vcs] SF.net SVN: amis: [2240] branches/amis3
Brought to you by:
julienq,
marisademeglio
From: <dan...@us...> - 2007-12-03 16:02:20
|
Revision: 2240 http://amis.svn.sourceforge.net/amis/?rev=2240&view=rev Author: daniel_weck Date: 2007-12-03 08:02:19 -0800 (Mon, 03 Dec 2007) Log Message: ----------- - Daniel WECK * Manually added the 2 new menu entries into resource.h.ini. This file will eventually be generated automatically based on resource.h (it's a simple format conversion) Modified Paths: -------------- branches/amis3/AmisGuiMFC2/src/gui/MainFrm.cpp branches/amis3/DefaultLangpack/AmisLangpack/resource.h.ini Modified: branches/amis3/AmisGuiMFC2/src/gui/MainFrm.cpp =================================================================== --- branches/amis3/AmisGuiMFC2/src/gui/MainFrm.cpp 2007-12-03 15:21:25 UTC (rev 2239) +++ branches/amis3/AmisGuiMFC2/src/gui/MainFrm.cpp 2007-12-03 16:02:19 UTC (rev 2240) @@ -273,7 +273,7 @@ } AudioSequencePlayer::Instance()->Play(seq); } - } else if (nItemID >=0 && nItemID <=6) { // Yuuk ! UGLY ! This is only a temporary workaround ! //m_lastOpenPopupMenu == NULL && + } else if (nItemID >=0 && nItemID <=6) { //TODO: Yuuk ! UGLY ! This is only a temporary workaround ! //m_lastOpenPopupMenu == NULL && switch (nItemID) { case 0: Modified: branches/amis3/DefaultLangpack/AmisLangpack/resource.h.ini =================================================================== --- branches/amis3/DefaultLangpack/AmisLangpack/resource.h.ini 2007-12-03 15:21:25 UTC (rev 2239) +++ branches/amis3/DefaultLangpack/AmisLangpack/resource.h.ini 2007-12-03 16:02:19 UTC (rev 2240) @@ -144,6 +144,8 @@ IDS_FILE_OPEN_DAISY_BOOKS=61288 +ID_MENU_FILE_CLOSE=32871 +ID_MENU_FILE_OPENURL=32870 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |