-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
251 gview add tutorial pictures with explanations when gview is first opened when gviewini is not found #275
Conversation
GViewCore/src/App/CMakeLists.txt
Outdated
target_sources(GViewCore PRIVATE ErrorDialog.cpp GViewApp.cpp FileWindow.cpp FileWindowProperties.cpp Instance.cpp SelectTypeDialog.cpp TutorialWindow.cpp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
surse pe linii diferite?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
GViewCore/src/App/Instance.cpp
Outdated
@@ -11,8 +11,7 @@ constexpr uint32 MIN_CACHE_SIZE = 0x10000; // 64 K | |||
constexpr uint32 GENERIC_PLUGINS_CMDID = 40000000; | |||
constexpr uint32 GENERIC_PLUGINS_FRAME = 100; | |||
|
|||
struct _MenuCommand_ | |||
{ | |||
struct _MenuCommand_ { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 95d3c2c
…tions-when-gview-is-first-opened-when-gviewini-is-not-found # Conflicts: # GViewCore/src/App/Instance.cpp
No description provided.